Skip to content

ObjectBox Swift database 1.9.0

Compare
Choose a tag to compare
@greenrobot greenrobot released this 19 Sep 12:02
· 42 commits to main since this release
  • Built with Xcode 14.3.1 and Swift 5.8.1 (Xcode 14.3.1 or higher recommended)
  • Update to ObjectBox C API 0.19.0
    • Queries: all expected results are now returned when using a less-than or less-or-equal condition for a String property with index type VALUE. Reported via objectbox-dart#318
    • Queries: when combining multiple conditions with OR and adding a condition on a related entity ("link condition") the combined conditions are now properly applied. Reported via objectbox-dart#546

Check https://swift.objectbox.io/ for details.