Markus Junginger

Results 318 comments of Markus Junginger

Great, thanks for pointing out that previously hidden gem! May I ask your motivation to use alpine? Anything else than being small? As an alternative, one could use e.g. Rocky...

Some background info... In the standard builds, ObjectBox links with older version of glibc etc. for better backward compatibility. E.g. you run it on systems with at least glibc 2.28...

Fixed in https://github.com/objectbox/objectbox-go/releases/tag/v2.0.0

Thanks for reporting and investigating. First, this is a legit check: var supportsResultArray = bool(C.obx_has_feature(C.OBXFeature_ResultArray)) For 32 bit, it has to function differently as the underlying mmap works "simpler" on...

> I am now forcing the supportsRultArray to be set to true. This is risky. It may seem fine for a while but yield garbage data at any point.

Can you provide some info on your setup (e.g. hardware, OS, or whatever could be special on your side)? Armv7 is tested as part of our CI, so we're trying...

Thanks for the info. Please have some patience... One thing that could be helpful would be to add armv7 to GitHub actions (e.g. via https://github.com/marketplace/actions/run-on-architecture). A pull requests would be...

Update from our side: we can now reproduce a similar issue, so we have something to look into. We'll keep you updated...

Fixed internally, will be part of the next release (we do not have a date yet).

Here you go: https://github.com/objectbox/objectbox-go/releases/tag/v1.8.1 Let us know if it works for you now.