mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #140] [CLOSED] BigInt cache serialisation error #124
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/140
Author: @Mitsichury
Created: 8/21/2022
Status: ❌ Closed
Base:
master← Head:error/bigint📝 Commits (2)
01a1267here48a46dcupdate📊 Changes
3 files changed (+64 additions, -2 deletions)
View changed files
📝
spec/query.spec.js(+62 -0)📝
src/data-index/index.js(+1 -1)📝
src/ts/data-index/index.ts(+1 -1)📄 Description
Hi :)
When filtering on an indexed BigInt value, it throws an error as a big int as no default way to be serialized.
The proposed solution work on serialisation but it does not work at all querying results.
Hope it can help you :)
Thank you !
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.