mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
[PR #148] [MERGED] Fix: index with bigints #128
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#128
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/148
Author: @appy-one
Created: 9/5/2022
Status: ✅ Merged
Merged: 9/5/2022
Merged by: @appy-one
Base:
master← Head:fix/index-with-bigints📝 Commits (7)
62bfabdFix BigInts not being indexed7673d00Fix caching of index queries with BigInts7dcd4d1Removed unused imports, +VALUE_TYPES import8b56d64Added BigInt index query (+cache) unit tests0dd7006updated core dependency1de236echore: ESLint fixes9b08026chore: build📊 Changes
8 files changed (+94 additions, -44 deletions)
View changed files
📝
dist/browser.js(+2 -2)📝
dist/browser.min.js(+1 -1)📝
package.json(+1 -1)📝
spec/indexes.spec.js(+20 -20)📝
spec/query.spec.js(+53 -1)📝
src/data-index/index.js(+7 -8)📝
src/data-index/index.js.map(+1 -1)📝
src/ts/data-index/index.ts(+9 -10)📄 Description
BigInts not being indexedBigInts in filters/take/skip)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.