[PR #160] [MERGED] Fix bigint index updates #136

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/160
Author: @appy-one
Created: 10/3/2022
Status: Merged
Merged: 10/3/2022
Merged by: @appy-one

Base: masterHead: fix-bigint-index-updates


📝 Commits (3)

📊 Changes

4 files changed (+51 additions, -3 deletions)

View changed files

📝 spec/query.spec.js (+48 -0)
📝 src/data-index/data-index.js (+1 -1)
📝 src/data-index/data-index.js.map (+1 -1)
📝 src/ts/data-index/data-index.ts (+1 -1)

📄 Description

Fixes indexes on BigInts not being updated, closes #152


🔄 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/160 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 10/3/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix-bigint-index-updates` --- ### 📝 Commits (3) - [`c07b2e6`](https://github.com/appy-one/acebase/commit/c07b2e69486350dea67b31b30d25e8df8542d6b1) Also index BigInts on updates, fixes #152 - [`1862f60`](https://github.com/appy-one/acebase/commit/1862f601901dd290ebac533724aca68309ce5aca) chore: build - [`9ba63ce`](https://github.com/appy-one/acebase/commit/9ba63ce704ff7489b0ff4234817b95ad0f918ca8) added unit test for #152 ### 📊 Changes **4 files changed** (+51 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `spec/query.spec.js` (+48 -0) 📝 `src/data-index/data-index.js` (+1 -1) 📝 `src/data-index/data-index.js.map` (+1 -1) 📝 `src/ts/data-index/data-index.ts` (+1 -1) </details> ### 📄 Description Fixes indexes on BigInts not being updated, closes #152 --- <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:38 -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#136
No description provided.