Radek Pietruszewski
Radek Pietruszewski
When can we expect the osx-arm64 build to be included in NPM flow-bin? That would be very helpful, thanks
yes, yes, soon :)
Here's a proof of concept: https://github.com/facebook/hermes/pull/933
Did you bump schema version after changing schema to force it to be recreated?
Hi, this makes sense to me. I propose changing this to work more similarly to to conflictResolver - i.e. first the built-in `requiresUpdate` runs, then the result of that is...
> that if possible it is better that it is done before sanitizedRow and areRecordsEqual in it Ok, rename it to `shouldUpdateRecord`, but keep the arguments as-is. We could export...
See `src/adapters/sqlite/type.ts`, the key word is `unsafeExecuteMultiple`. It's possible, but you have to be careful about changing things that may be cached on JS side, as it could mess up...
Thanks for this! Have you looked at https://github.com/Nozbe/WatermelonDB/pull/1211 ? IIRC, there's a similar problem here as with deleting columns - that it may not work for older versions of SQLite....
@lucaswitch PR?
AsyncStorage is not built for performance, it's built for simplicity, so there's not going to be many cases where it's gonna win with WatermelonDB - maybe at very low end...