mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #268] [MERGED] Fix: prevent CorruptRecordErrors whilst running in a single process #198
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#198
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/268
Author: @appy-one
Created: 4/13/2026
Status: ✅ Merged
Merged: 4/13/2026
Merged by: @github-actions[bot]
Base:
master← Head:fix/prevent-corrupt-record-error-in-single-process📝 Commits (4)
744bcc3Fix: make sure unallocated records are not referenced in cache anymore. Might preventCorruptRecordErrors from occuring whilst running in a single process.c94bf09fix workflow buildsecb2f79Fix publish workflow: acebase-core dependency install9ab7347Fix workflow: commit package.json version update📊 Changes
5 files changed (+11221 additions, -11171 deletions)
View changed files
📝
.github/workflows/publish.yml(+18 -8)📝
dist/browser.js(+11178 -11153)📝
dist/browser.min.js(+1 -1)📝
src/node-cache.ts(+17 -0)📝
src/storage/binary/index.ts(+7 -9)📄 Description
This makes sure unallocated records are not referenced in cache anymore before they are freed in the FST. Might prevent
CorruptRecordErrors from occuring whilst running in a single process.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.