realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

Similar to Realm Java, supporting in-memory based Realms are useful for very temporary data and testing. Suggested API: ```kotlin RealmConfiguration.Builder.inMemory(enabled: Boolean = true) ```

We are not able to properly handle user exceptions during the `DiscardLocalChangesStrategy.onBeforeReset()` and `DiscardLocalChangesStrategy.onAfterReset()' on mac os. We need a way to properly signal core that an exception has ocurred....

Similar to Realm Java, we should add support for mapping inverse relationships. The Java annotation of `@LinkingObjects` seem fine for this. ``` class Dog : RealmObject { var name: String...

I am trying to build a query that will return objects with given set of values of _id property. In Java i use `in` opertaion and it works good. In...

O-Community

I'd like to store an array of primitives in my `Realm` object, so I am declaring it like: ``` @Serializable class Some: RealmObject { @PrimaryKey var id: String = uuid4().toString()...

O-Community
Waiting-For-Reporter

Some exceptions were thrown from C++ without being captured and re-thrown, this can cause undefined behaviour for subsequent native calls/callbacks. We should also check `jenv->ExceptionCheck()` from JNI before invoking Java...

Seen in https://github.com/realm/realm-kotlin/pull/913 build https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-913/9/pipeline/#step-302-log-1641 ``` io.realm.kotlin.test.shared.SyncedRealmTests.waitForInitialData_timeOut FAILED kotlin.AssertionError: Expected an exception of io.realm.kotlin.mongodb.exceptions.DownloadingRealmTimeOutException to be thrown, but was kotlin.AssertionError: Realm should not open in time at kotlin.Error#(/Users/teamcity3/buildAgent/work/6326934d18cfe24e/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14) at kotlin.AssertionError#(/Users/teamcity3/buildAgent/work/6326934d18cfe24e/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:130)...

Seen in a https://github.com/realm/realm-kotlin/pull/913, build https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-913/8/pipeline/#step-370-log-1050 ``` io.realm.kotlin.test.mongodb.shared.nonlatin.NonLatinTests[jvm] > readNullCharacterFromMongoDB[jvm] FAILED org.junit.ComparisonFailure: expected: but was: at org.junit.Assert.assertEquals(Assert.java:115) at kotlin.test.junit.JUnitAsserter.assertEquals(JUnitSupport.kt:32) at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63) at kotlin.test.AssertionsKt.assertEquals(Unknown Source) at kotlin.test.AssertionsKt__AssertionsKt.assertEquals$default(Assertions.kt:62) at kotlin.test.AssertionsKt.assertEquals$default(Unknown Source) at...