Skip to content

5.1.3 - Bug fixes

Compare
Choose a tag to compare
@nirinchev nirinchev released this 10 Feb 21:19
a8cf123

Fixed

  • If you make a case insensitive query on an indexed string column, it may fail in a way that results in a "No such key" exception. (Core upgrade)
  • Fix crash in case insensitive query on indexed string columns when nothing matches. (Core upgrade)
  • Files upgraded on 32-bit devices could end up being inconsistent resulting in "Key not found" exception to be thown. (Core upgrade)
  • Fixed an issue where creating an object after file format upgrade may fail with assertion Assertion failed: lo() <= std::numeric_limits<uint32_t>::max(). (Core upgrade)

Compatibility

  • Realm Object Server: 3.23.1 or later.