objectbox-java icon indicating copy to clipboard operation
objectbox-java copied to clipboard

Android Database - first and fast, lightweight on-device vector database

Results 142 objectbox-java issues
Sort by recently updated
recently updated
newest added

## Issue Basics - ObjectBox version (are using the latest version?): *2.3.4* - Reproducibility: *always* ## Reproducing the bug ### Description When querying db by string pattern in Russian case...

enhancement

It should be easy to implement properties of type int[] or List. Affects also queries however: - how is something like "greater than X" defined? All values? At least one...

enhancement

Currently, to convert a custom type, we have to annotate each field of that type individually with @Convert. This is very inconvenientt, because if you have a custom type, e.g....

enhancement

With version 2.7 came read-only stores, which is a great fit for using ObjectBox in a multi-process app. For details and an example see here: https://github.com/objectbox/objectbox-examples/tree/main/android-app-multiprocess So, to make data...

enhancement

## Issue Basics - ObjectBox version: 1.5 upgrading to 2.x (2.3.4 at time of writing) - Reproducibility: *always* ## Reproducing the bug Create project with objectbox v1.5, define Object with...

bug

**Edit: The original issue described below about default values has moved to #157.** ℹ **[This issue is now about](https://github.com/objectbox/objectbox-java/issues/589#issuecomment-469198749) correctly detecting not-nullable properties of Kotlin data classes.** ## Issue Basics...

bug

> Start with a clear and concise description of what problem you are trying to solve. avoid that the insertion of entities in the database fails because there is no...

enhancement

**Describe the bug** Placing entity classes annotated with `@Entity` and `@BaseEntity` in another class will result in an error when building. **Basic info (please complete the following information):** - ObjectBox...

bug

my application includes other native binaries that depend on libc++, it would be nice if you distributed objectbox binaries without libc++ statically linked so as to reduce the binary size...

enhancement

If you get object data from another source (e.g. server) you can make those data objects also ObjectBox entities. One thing has to be considered: relations on ObjectBox currently rely...

enhancement