-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP query #27
WIP query #27
Conversation
except obx_qb_link_property obx_qb_backlink_property obx_qb_link_standalone obx_qb_backlink_standalone
weird NPE issue
* Reused IDArray to read findIds values * Added generics to Query, QueryBuilder * Implement findIds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I just had a few suggestions about structuring and simplifying the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more comments, some I've ended up addressing in the PR related to OBX_id_array ffi struct. See Buggaboo#1
id-array FFI struct & TestEnv
no magic numbers
Conformed enums to dart-style
and reports 'libojbectbox.dylib' as missing
This reverts commit 3cccbf3.
Streamline query any/all
I've merged this, doing a couple of small changes in the process
|
Omg! Let's do a beer some time to celebrate. |
Note: Flutter plugin method is only called on Android, also is a no-op on devices newer than Android 6 (API level M).
Last hurdle: fixing the tests, take inspiration from the golang tests.