Uwe (ObjectBox)
Uwe (ObjectBox)
@fcat97 Not Kotlin multi-platform, but ObjectBox is also [available for Flutter](https://pub.dev/packages/objectbox). Edit: There is also a [helpful Stack Overflow response about this](https://stackoverflow.com/a/76641776/9187282).
@NobilityDeviant This is likely because the bytecode transformer included in the ObjectBox Gradle plugin does not run. It only works for Java JVM or Android projects. See https://docs.objectbox.io/relations#initialization-magic for details...
@bibek-ranjan-saha [As suggested in the comments above](https://github.com/objectbox/objectbox-java/issues/552#issuecomment-792771402), a workaround is to create a differently named database. Then transfer data and delete the old database files. Or if it's just a...
A little late, but the blog post is at https://objectbox.io/data-viewer-for-objects-announcing-objectbox-admin/ Closing this then. Feel free to open new issues for Admin as needed.
To also mention this here, we have released `3.7.0` which has improvements to help diagnose this issue. See https://github.com/objectbox/objectbox-java/issues/1143#issuecomment-1689633405 for details.
@aespelt See the discussion in #1143. We propose a repair mode. Currently, the only available solution to fix corruption is to delete the database files.
[Combining conditions](https://docs.objectbox.io/queries) with or is only supported on the parent object at this point. If you want us to support combining conditions using or of related objects ("link queries") thumbs...
@BobFactory No updates.
@niltonvasques Feel free to open an issue about this here. We also offer professional (commercial) support at support[@]objectbox.io if you need it.
@marek22k If there is an update, we will share it. Please only comment if you have something to contribute (e.g. an implementation suggestion, a use case that wasn't mentioned or...