objectbox-java
objectbox-java copied to clipboard
Android Database - first and fast, lightweight on-device vector database
Allow query conditions to compare two properties, e.g. p1 == p2 or p1 > p2. Right now, you can solve this with [query filters](https://docs.objectbox.io/queries#query-filters), which is OK if there are...
Refactor
As a part of my education assignment, I tried to refactor the code: I removed 3 implementations and 3 design smells that Designite Tool detected on the repo.
### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case running app in macOS shows that admin is not available. ### Proposed solution enable...
I am using the latest version 3.7.0 and when looking at my data using ObjectBox Admin I can see the related Id field for ToOne relations. However any ToMany relations...
hello in my app always Basic info (please complete the following information): ObjectBox version : :3.5.1 Reproducibility: occurred once only Devices: android init boxStore code: BoxStoreBuilder storeBuilder = MyObjectBox.builder() .validateOnOpen(ValidateOnOpenMode.WithLeaves)...
**Describe the bug** Some of our users experience crashes of our App caused by the ObjectBox library. This is a follow up report to https://github.com/objectbox/objectbox-java/issues/1131 **Basic info (please complete the...
Check https://stackoverflow.com/questions/46277927/how-can-i-use-objectbox-to-store-money-values-bigdecimal As a first workaround we could provide an converter out of the box. Open questions: 1. Can we have a efficient binary format - or should we just...
The bug is occurred in an Android Project. **Description of the bug** During a [manual conflict resolution](https://docs.objectbox.io/advanced/meta-model-ids-and-uids#manual-conflict-resolution), the `objectbox-models/default.json` file may accidentally contain duplicated `indexId` entries. During the build time,...
Hello ObjectBox team! In the instructions on the README of the project, we have these instructions: ``` buildscript { ext.objectboxVersion = "3.3.1" repositories { mavenCentral() } dependencies { classpath("io.objectbox:objectbox-gradle-plugin:$objectboxVersion") }...
ObjectBox version (are you using the latest version?): 3.5.0 Reproducibility: Every time Device: Multiple Android devices OS: Android Hi, I'm wondering whether the issue I'm experiencing is a intended behavior...