Simon Binder

Results 752 comments of Simon Binder

I've never tried to operate on _that_ many rows in moor (250k is really quite a number), but it should be straightforward to reproduce, I'll take a detailed look tomorrow....

Sorry, I was slow to see your updates. I've tried to setup a small repro, but so far I'm unable to hit a state where the db locks up. >...

Well that's a bit of an improvement, at least :) > I am still getting UI freezes for the split second I'm calling each insert I'll do some proper performance...

> Inserting 20+ entities in a batch definitely freeze the UI, very badly Wait, what kind of entities are you inserting? Do they have a huge `BLOB` column attached to...

> Say I want to make change is_read field for all of the notifications, to mark them as read If you want to update all of them, you can do...

Thanks for the ideas! > To automatically generate relationship properties (list of bars in foo and an instance of foo in each bar). Doing this based on `CREATE TABLE` statements...

Thanks for the feedback! Yes, the intention was to improve safety (especially when a table is in scope multiple times under different aliases). You can still disable this feature by...

> Each item can be mapped to more than one stone and each stone can be mapped to more than one item The `itemStoneMapping` table seems reasonable for this, but...

Good catch, thanks. I've considered just making everything coming from a subquery nullable, but I'm afraid that may break existing code (especially code using `COUNT(*)` in a subquery where a...

@matehat Very good catch, thanks! I've fixed this in 5d7cb7dbba58ea6e235275ebf09614d46994859d.