Simon Binder
Simon Binder
I'm thinking about making this possible, but it's not obvious how. The create companion builder callback mirrors the function signature of the `.insert` constructor of companions. That should definitely stay...
There is no support for polymorphic relations between tables in drift. So you would have to manually add a "type" column to `TagItem` to describe whether the item references composers,...
Do you know how many rows are returned by the query? The setup looks correct to me, but if it returns a large number of rows (say more than a...
Yes, you can apply a `limit()` on the statement to only get a few rows at once. You can then run multiple variants of the query depending on which rows...
> But for statistics, I want to fetch all rows at once and also observe changes to the entire table. If the statistics can be computed on the database (e.g...
cc @dickermoshe
I agree that this would be nice to have :+1: It is possible, but definitely a lot of work since it touches all backends + isolates + web workers for...
Is it possible that you've upgraded drift without upgrading the drift worker? Generally that's something explicitly supported and tested, but IIRC we had a few bugs sending bigints over worker...
Do you have access to the raw trace as reported by Firefox? There's no `inferDeltaState` in the worker, so I think another tool might have applied a wrong source map...
This looks like a fun one :D I'll try to prepare a branch using the new element model and a dependency override for `source_gen` (which should be good enough to...