mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #165] Strings not serialized properly by exportNode #86
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#86
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 @appy-one on GitHub (Oct 24, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/165
Originally assigned to: @appy-one on GitHub.
Strings with backslashes (
\) and control characters other than\nare not serialized properly byexportNode. This results in invalid JSON being written bydb.ref('data').export(..)Will be fixed once #163 is merged (see commit https://github.com/appy-one/acebase/pull/163/commits/bc3d77c42273fcebf2601b77da4969bdf264dfe8)