mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #160] [MERGED] Fix bigint index updates #136
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#136
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/160
Author: @appy-one
Created: 10/3/2022
Status: ✅ Merged
Merged: 10/3/2022
Merged by: @appy-one
Base:
master← Head:fix-bigint-index-updates📝 Commits (3)
c07b2e6Also index BigInts on updates, fixes #1521862f60chore: build9ba63ceadded unit test for #152📊 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.