Simon Binder

Results 795 comments of Simon Binder

I'll close this issue since this API wouldn't add anything that can't be done with regular finalizers or an async cleanup function from Dart already. Thanks for the helpful discussion...

So I think this boils down to the query not being valid (it might be valid for Postgres which supports some additional syntax that SQLite does not, which is why...

So at least we know that there is an error getting logged after all :) > I have attached screenshots for better clarity. Please take a look and let me...

The `_ids` column should be `powersync.Column.text` to reflect that the data is an array. Are you syncing from MongoDB or Postgres? If it's Postgres, could you also post the `CREATE...

> but in the app, it only returns results for exact matches (=) and does not work with IN. Is that still true after changing `powersync.Column.integer` to `powersync.Column.text` manually for...

Thanks for posting the results, we're looking into this! > And the following way, I have added in flutter code I think that should be everything. Does the query work...

Yikes, yeah these are typos. A PR would be welcome, thanks!

Thanks for the report! These issues sound fixable and I'll take a look, but you'll probably won't get far with step-by-step migrations on postgres: 1. The schema verification code used...

Hi, thanks for opening an issue! > Error: Electron failed to install correctly, please delete node_modules/electron and try installing again I also got this error testing something earlier today, and...

Thank you for the report! `hasSynced` having wrong values while offline is a known issue that has since been fixed (but that fix has not made it into the JS...