mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
[PR #212] [MERGED] Fix writing inline keys with unicode chars #167
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#167
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/212
Author: @appy-one
Created: 4/3/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @appy-one
Base:
master← Head:fix/inline-unicode-keys📝 Commits (1)
3d6a46cFix writing inline keys with unicode chars📊 Changes
1 file changed (+3 additions, -8 deletions)
View changed files
📝
src/storage/binary/index.ts(+3 -8)📄 Description
Fixes the issue where keys with unicode characters are not correctly written to the db causing them to become unreadable. This only was able to happen if the internal Key Index Table was full, or if IPC was used in clustering mode. This will not fix existing data, but does prevent it from happening in the future. If you have a broken db because of this issue and want it fixed, let me know. Fixes #209
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.