Markus Junginger
Markus Junginger
Yes, there are plans to support all vector types. > vector of uint64 and have had to resort to using a vector of strings or a byte vector; may be...
You need to look at this from the memory perspective; anything is stored in memory, and C/C++ gives you flexibility what is stored in memory. Example: ```c++ std::vector testvector{42, 0,...
> Thank you, I do this to store multiple database files in the same path You can have your own directory structure to do this. Why just one path? Anyway,...
That would be a feature request. To better understand your use case: how many objects do you want to observe? Are you interested to observe object deletions?
So the source of initial list (entities) is not a query?
@avestnik One advantage of list-based observers is that they cover removals and inserts. Wouldn't you still need those? If you do, does it make sense to also observe on the...
Did you try with 4.2.0?
While there's no option in ObjectBox to do this, I think iOS encrypts all files anyway?
Might work, but no guarantees. The safe way is to entirely close the DB and do the backup then. Our server versions have a "hot" backup ("enterprise") feature, which has...
Because it says "...please check options and file system (1: Operation not permitted...", it would be interesting which path you are using and if the user has permission. Please check.