Markus Junginger

Results 23 issues of Markus Junginger

Check branch https://github.com/greenrobot/EventBus/tree/plain-java - there are only Android instrumentation tests. We also need those tests for plain java (sharing the code - no duplication).

See https://groups.google.com/forum/#!topic/greendao/cbbUkP6DdHs for a discussion. Using SQLite's DEFAULT values probably won't work because greenDAO bind's all values for inserting. Probably, the values should be set in the constructor

Enhancement
Confirmed

Pre-populating a database can be currently done by copying a database or executing a SQL script. But copying a database is not always possible and the SQL script is slow....

Enhancement

Wouldn't mind having two versions; e.g. original mdb_get and mdb_get_wal. Would be nice to have a choice. Unless that makes things more complex ofc. Anyway, I'm looking forward very much...

Got this with clang 13 and msan with a release build: ``` ==47098==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x781634 in backward::TraceResolverLinuxImpl::find_in_section(unsigned long, unsigned long, backward::TraceResolverLinuxImpl::bfd_fileobject*, bfd_section*, backward::TraceResolverLinuxImpl::find_sym_result&) /home/jenkins/agent/workspace/ObjectBox-Sanitizers_cluster/cbuild/Release-msan/objectbox/src/main/cpp/../../../../../../objectbox/src/main/cpp/external/backward/backward.hpp:1679:9 #1 0x1721cfb in bfd_map_over_sections...

**Describe the bug** Using a thread sanitizer setup with clang, our CI seems to hit an assertion; probably in a background thread. After that, our log is flooded with sanitizer...

Offer some convenience to use strings in an ID fashion.

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

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

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