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

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...

O-Community
SDK-Use:Local
Importance:Dealbraker

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`.

### 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....

T-Bug
Frequency:Always
Repro:Always
Encryption:Off
SDK-Use:Sync

### 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,...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off

### 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...

O-Community
T-Bug
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:No

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() } ```...

O-Community