ObjectBox Swift database 1.9.0
- 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
- Queries: all expected results are now returned when using a less-than or less-or-equal condition for a String property with index type
Check https://swift.objectbox.io/ for details.