mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #209] Special chars in path corrupt data #100
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#100
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?
Originally created by @younesbenallal on GitHub (Mar 21, 2023).
Original GitHub issue: https://github.com/appy-one/acebase/issues/209
Originally assigned to: @appy-one on GitHub.
Hi!
It seems that storing objects with special characters in keys corrupts data (which prevents from getting, removing or updating it).
For example, I receive french words from my users, which may contain chars like
é.The issue is that it's difficult to debug since I can't retrieve objects that are corrupted.
I'm using Electron and Node. I've tried in the Npm RunKit playground, I don't have this issue.
Thanks 🙏
@appy-one commented on GitHub (Apr 3, 2023):
Hi @younesbenallal thanks for reporting this. I came across some code that might have caused this issue, fix is on its way