Realm v0.90.3 Release Notes

Release Date: 2015-01-27 // about 9 years ago
  • ✨ Enhancements

    • 0️⃣ Calling createInDefaultRealmWithObject:, createInRealm:withObject:, createOrUpdateInDefaultRealmWithObject: or createOrUpdateInRealm:withObject: is a no-op if the argument is an RLMObject of the same type as the receiver and is already backed by the target realm.

    🛠 Bugfixes

    • 🛠 Fix incorrect column type assertions when the first Realm file opened is a read-only file that is missing tables.
    • 👻 Throw an exception when adding an invalidated or deleted object as a link.
    • ⚡️ Throw an exception when calling createOrUpdateInRealm:withObject: when the receiver has no primary key defined.