-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Using filter "in" with another filter on indexed bigInt does not return all values #152
Using filter "in" with another filter on indexed bigInt does not return all values #152
Comments
Thanks Mitsi, after some digging, it appears to be a bug in the serialization of BigInts to binary format and/or vice versa. I'll have to fix that algorithm. |
Fix has been published in [email protected] and [email protected] Note that you'll have to update the BigInt values in your db because some have been stored incorrectly! |
Hi :) |
I've found how to reproduce it !
I don't know if it's a bug or a misusage from me. Thank you, |
Thanks for your PR, I'm on it! |
Hi Mitsi, I've fixed the issue and released new version v1.24.5 |
Hi @appy-one thank you for your review and your fix, it's working really good :D |
Hi :)
I have trouble getting all values when using indexed BigInt value and combining query filters.
You can find a test that reproduce ths issue here : https://github.com/appy-one/acebase/pull/151/files
Hope it helps you, thank you for your amazing app :)
Best regards,
Mitsi.
The text was updated successfully, but these errors were encountered: