Realm v0.93.1 Release Notes

Release Date: 2015-05-29 // almost 9 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Objects are no longer copied into standalone objects during object creation. This fixes an issue where nested objects with a primary key are sometimes duplicated rather than updated.
    • Comparison predicates with a constant on the left of the operator and key path on the right now give correct results. An exception is now thrown for predicates that do not yet support this ordering.
    • ๐Ÿ›  Fix some crashes in index_string.cpp with int primary keys or indexed int properties.