Skip to content

Query error for property with large String #94

@gurunbg

Description

@gurunbg

I saved large string in database but when try to make query to get it I get error:

E/flutter (31707): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: ObjectBoxException: find: 10098 Do not use vector-based find on 32 bit systems with big objects
E/flutter (31707): #0      checkObxPtr (package:objectbox/src/bindings/helpers.dart:15:5)
E/flutter (31707): #1      Query.find.<anonymous closure> (package:objectbox/src/query/query.dart:574:26)
E/flutter (31707): #2      Store.runInTransaction (package:objectbox/src/store.dart:69:16)
E/flutter (31707): #3      Query.find (package:objectbox/src/query/query.dart:573:19)

This problem is only for x86 Android Emulator and it is ok for physical devices.
I founded very similar issue for Java Objectbox that was fixed 1 year ago - java issue

Thanks!

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedLooking for contributors (ideas, comments, code, etc)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions