We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3b1fb commit 3e4189aCopy full SHA for 3e4189a
objectbox/CHANGELOG.md
@@ -11,6 +11,8 @@
11
* Improve code generator performance if there are many entities with many constructor parameters.
12
* Throw `StateError` instead of crashing on closed `Box`, `Query` and `PropertyQuery`.
13
* Export query property classes to make them usable in user code.
14
+* Resolve an issue where unexpected data was returned when doing a read operation in an entity
15
+ constructor or property setter. [#550](https://github.com/objectbox/objectbox-dart/issues/550)
16
17
## 2.1.0 (2023-06-13)
18
0 commit comments