mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #115] .get include with wildcards doesn't work on localStorage/IndexedDB #64
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#64
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 @Bubz43 on GitHub (Jun 6, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/115
Originally assigned to: @appy-one on GitHub.
When used the node version it works as expected, but with
AceBase.WithLocalStorageorAceBase.WithIndexedDBit doesn't.@appy-one commented on GitHub (Jun 6, 2022):
Thanks for reporting! I ran a quick test and was able to reproduce. I'll look into it asap
@appy-one commented on GitHub (Jun 7, 2022):
I've published a fix for this in v1.21.3, let me know if all works as expected!
@Bubz43 commented on GitHub (Jun 7, 2022):
Works great, thanks for the quick fix.