Markus Junginger
Markus Junginger
We just published 2.6.0-RC which should not crash. Additionally, you can now use `@DefaultValue("")` to introduce a new non-optional string property. We'd love some feedback on this before releasing! E.g....
Not 100% certain how to implement it. Somewhat hesitant to enable putting entire lists as this may "encourage" it, which just might be wrong in other scenarios. Maybe having a...
@lgengsy Could you provide a little bit info for us, so we can fix it?
Quick poll: Do you mostly need this for `List`? Or is `ToOne` a hard requirement?
You are opening BoxStore all at the same time or one at a time? Either way, that's not a typical usage pattern. What are you trying to achieve? I guess...
It would not be surprising if you run into some Android system limits with that many DBs. I would suggest to try alternative solutions. > I want to split table...
> .equal(ConversationEntity_.conversationKey, conversationKey) If you check [the docs for string equality condition](https://objectbox.io/docfiles/java/current/io/objectbox/query/QueryBuilder.html#equal(io.objectbox.Property,java.lang.String)), you will see a note on case. If it's possible for your use case, use this instead: `equal(prop,...
That's not supported yet. You would have to do this by hand at this point.
@smith6k If you are asking about the equivalent of a JOIN: yes this is planned soon-ish.
@sigfridod It's a high priority task. Once no more fixes for 1.0 features are required, we'll look into it.