mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #172] Empty field name behavior #85
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#85
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 @donl on GitHub (Oct 30, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/172
Originally assigned to: @appy-one on GitHub.
When
seting orpushing a key-value pair, with an empty string""for thekey, an empty child node is created with the samekeyas its parent.I doubt this is the desired behavior, but I leave that up to you.
Also, I see some quirks with creating invalid keys (eg: containing
\) on aacebase-client, being cached locally and then finally failing on theserverwith some read locks. Let me know if I should create another ticket for this.@appy-one commented on GitHub (Oct 31, 2022):
Ok, sounds like I need to be a little less permissive on what can be used as key names