realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
This PR just contains some small convenience changes that fixes executing `./gradlew assemble` in `packages`
Closes #925 Replaces https://github.com/realm/realm-kotlin/pull/933 Added `RecoverUnsycedChangesStrategy` and `RecoverOrDiscardUnsyncedChangesStrategy` and lifted restrictions on strategies depending on the Sync mode. Similarly to the Java implementation (https://github.com/realm/realm-java/pull/7698) the API for `RecoverOrDiscardUnsyncedChangesStrategy` has ```...
This will automatically create PR's between branches we think should be in sync: - `releases` -> `master` - `master` -> `release/ktor2-support` Example: https://github.com/realm/realm-kotlin/pull/1019 PR is red because I canceled the...
Automated Pull Request. Remember to choose "Create a merge commit" before merging.
This PR tracks a long-living feature branch with Ktor2 support. Currently `master` is using Ktor1 and cannot upgrade to Ktor2 as it only supports the new memory model, which is...
Hi everyone, somehow my app has saved some wrong partition for some users, but we can't lose all those data with wrong partitions. When the app tries to sync the...
I have a realms file that grows "infinitely" (theoretically). I update this file around 5 times a second and I get the latest version using a write transaction (doing the...
Fixes sub-querying on RealmResults ignores the original filter. It also changes the return type of `RealmResults::query` from `RealmResults` to `RealmQuery`.