objectbox-java
objectbox-java copied to clipboard
Android Database - first and fast, lightweight on-device vector database
**Describe the bug** We sporadically receive complaints from users, upon checking logs, queries on specific boxes seem to be throwing a "FileCorruptException: Corrupt DB, min key size violated: 0". While...
**Describe the bug** A clear and concise description in English of what the bug is. **Basic info (please complete the following information):** - ObjectBox version (are you using the latest...
io.objectbox.exception.PagesCorruptException Could not get from cursor (page not found) crash message java.lang.RuntimeException:Unable to stop activity {pakcage/xxxx.xxxx.activity.H5Activity}: io.objectbox.exception.PagesCorruptException: Could not get from cursor (page not found) (error code -30797) android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5089) .........
@greenrobot It's possible to present db data on localhost server? (such as in Android Objectbox browser)
Im using ObjectBox in a pet android project written in Kotlin.. I have a data class encoded as such (example): ```kotlin @Entity data class Foo(var name:String, var description: String) {...
**Describe the bug** Hello guys, I am testing is it possible to do a full Objectbox backup to google drive via 3rd sync apps Then when I developing I found...
Sir, Version 2.6.0/2.7.0 The first 2-3 times query.find It's slow. It's going to speed up after about 4 times. 1st: 4154ms 2nd: 3066ms 3.rd: 782ms 4.th: 741ms There are 360000...
``` WARNING:API 'android.registerTransform' is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the...
Note: **Until supported, [there is a workaround](https://github.com/objectbox/objectbox-java/issues/960#issuecomment-1711252548).** --- With OkHttp3 4.x on the build classpath (`buildSrc`, `build-conventions`, ...) and the (closed source) `objectbox-gradle-plugin` being on the same classpath as well,...