-
-
Notifications
You must be signed in to change notification settings - Fork 641
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
BigInt64Array getting corrupted after an update #1890
Labels
Comments
Are you using dexie3 or 4? I can't open the jsitor link. |
Thanks for taking a look @dfahlander. I'm using 3.2.4. Here's a jsfiddle with the repro as well: |
Thanks a lot! |
@dfahlander I saw you fixed/merged this into the 4.x code line, thank you! Any chance you're going to release a 3.x version with this change? |
Thanks @dfahlander. Testing with 3.2.5 and all looks good to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro:
Expected:
Actual:
BigInt64Array[1n,2n]
to{ 0: 1n, 1: 2n }
.https://jsitor.com/Pb5sqDxM9p
Sample code
The text was updated successfully, but these errors were encountered: