Kris
Kris
@gen1lee Then elaborate lol cause me and @SaltedBlowfish both don't understand what exactly you're asking.
Btw @radex could you take a look at https://github.com/Nozbe/WatermelonDB/pull/1249. An expo maintainer created this pull request which has been tested by quite a few people and it seems to work...
@radex Is there a way of adding a event handler to the DB setup kind of like the `onSetupError` but something like `onInitialSetup` for when the local database is initially...
@Boztown @radex When I upgrade my `kotlinVersion` from `1.5.0` to `1.7.10` I get ``` Execution failed for task ':nozbe_watermelondb:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See...
@radex Could you please take a look at #1249 ? It's a PR by an Expo maintainer
Invalid `comparisonRight` is when you either reference a column that doesn't exist in the schema or you pass in data that is the wrong type (e.g: setting a number field...
@nijeeshvayalassery If the answer solved your problem don't forget to close the issue and if possible leave a comment with how you solved your issue to help future people who...
https://github.com/Nozbe/WatermelonDB/issues/1268#issuecomment-1052608289
Might help - https://github.com/Nozbe/WatermelonDB/issues/1216#issuecomment-980800458
@Acetyld I believe the synchronize function is handled by your application so it can be called as many times as you deem necessary. [Who calls `synchronize()` - WatermelonDB docs`](https://nozbe.github.io/WatermelonDB/Advanced/Sync.html#who-calls-synchronize)