realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
This is a placeholder to collect and discuss ideas for improving our GHA flow: * Use Swig from brew * We are compatible with Swig 4.2 available from brew, so...
### Problem I have an app that is using local realms. It does happen that users take a break from the app and then come back. When dropping support for...
There are some potential deadlocks in the test `completesOnClose`. Tests could be parameterized for both flex and pbs.
Due to some internal, some authentications errors are propagated as `AuthException`/`ServiceException` instead of specialized `InvalidCredentialsException`/`CredentialsCannotBeLinkedException`.
Crash when enabling trace level logging for synced realm and updating property to `RealmInstant.MIN`
### How frequently does the bug occur? Always ### Description When enabling trace level debugging for a synced realm, logging will crash if you assign `RealmInstant.MIN` to a timestamp property....
### How frequently does the bug occur? Always ### Description '2.1.0' fails with the below: ### Stacktrace & log output ```shell Task :app:compileDebugKotlin FAILED e: java.lang.NoSuchMethodError: 'java.lang.RuntimeException org.jetbrains.kotlin.backend.common.CompilationExceptionKt.wrapWithCompilationException(java.lang.Throwable, java.lang.String, org.jetbrains.kotlin.ir.declarations.IrFile,...
### How frequently does the bug occur? Sometimes ### Description We've updated Kotlin to `v2.0.0` and Realm to `v2.1.0` and are noticing a huge increase (>2000 in last couple of...
After upgrading to Realm Core v14.12.0 a number of tests are failing - but only on Android. The following tests have been disabled: * `io.realm.kotlin.test.mongodb.common.SubscriptionTests > asQuery` * `io.realm.kotlin.test.mongodb.common.AsymmetricSyncTests >...
## My Setup I have the structure of the following two objects: ```kotlin class MyRealmObject: RealmObject { @PrimaryKey var id: String = "" var myEmbeddedRealmObjects: RealmList = realmListOf() } ```...