mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #211] [MERGED] Fix IPC index issues #168
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#168
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/211
Author: @appy-one
Created: 4/3/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @appy-one
Base:
master← Head:fix/ipc-index-issues📝 Commits (6)
0c84c97fix IPC worker error after index creation0139ee5prevent existing index being added again6dbd204include filePath in ipc 'index.update' requestsa4496f1invalidate index cache upon relevant path changesf1d3b07more verbose logging8ac23acconform to new acebase-core types📊 Changes
5 files changed (+22 additions, -9 deletions)
View changed files
📝
src/data-index/data-index.ts(+11 -5)📝
src/storage/binary/index.ts(+3 -0)📝
src/storage/create-index.ts(+1 -1)📝
src/storage/index.ts(+6 -2)📝
src/test/examples.spec.ts(+1 -1)📄 Description
This fixes some issues with indexes when running AceBase in a cluster
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.