[PR #140] [CLOSED] BigInt cache serialisation error #124

Closed
opened 2026-05-23 08:31:18 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/140
Author: @Mitsichury
Created: 8/21/2022
Status: Closed

Base: masterHead: error/bigint


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/140 **Author:** [@Mitsichury](https://github.com/Mitsichury) **Created:** 8/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `error/bigint` --- ### 📝 Commits (2) - [`01a1267`](https://github.com/appy-one/acebase/commit/01a126716b01a0eb4520ac8aa478f94df7e45806) here - [`48a46dc`](https://github.com/appy-one/acebase/commit/48a46dc9cb93b292c0f5a289e93cea9980c0a092) update ### 📊 Changes **3 files changed** (+64 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `spec/query.spec.js` (+62 -0) 📝 `src/data-index/index.js` (+1 -1) 📝 `src/ts/data-index/index.ts` (+1 -1) </details> ### 📄 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 ! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:31:18 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#124
No description provided.