Uwe (ObjectBox)
Uwe (ObjectBox)
Thanks! My guess is that using `Admin` with an attached store is not working. E.g. if your code runs into the ```dart } catch (error) { if (Store.isOpen(dbPath)) { store...
@MdSaLaMa If you write it that way, make sure to add a test to confirm this works. There is no guarantee that this message won't be changed with an upcoming...
Thanks! As an alternative you could update a timestamp in `FormAnswer` and then run a query to get objects with a timestamp greater than last checked whenever the Box has...
Added installation step to README and added FAQ for this.
@OHeroJ We share updates if there are some, no need to ask, thanks! Edit: **The current approach is documented at https://docs.objectbox.io/queries#common-conditions** Edit: if you are interested in something, it helps...
Thanks for the suggestion. For reference: this would be `PropertyType.byteVector`.
Check if this is still an issue (e.g. the [linked Flutter issue](https://github.com/objectbox/objectbox-dart/issues/1#issuecomment-831096459) is closed). Test our Flutter example app on Linux. E.g. modify `objectbox/example/flutter/objectbox_demo_relations/lib/objectbox.dart` to put with negative ID: ```dart...
@sumitsharansatsangi No updates. See the previous comment https://github.com/objectbox/objectbox-dart/issues/257#issuecomment-850806637 on why it's unlikely we will support this. If you are asking about how to store a protocol buffer in a property,...
The current relative link works just fine, no?
Thanks! Actually the issue is that the `objectbox` subfolder is missing from the URL created by pub.dev, then the link would work. Using an absolute link would only work for...