aaronshaf / dynamodb-admin

GUI for DynamoDB Local or dynalite
MIT License
1.34k stars 133 forks source link

fix: support comma character in key value #382

Closed hoangsetup closed 1 year ago

hoangsetup commented 1 year ago

Issue: When a document key includes comma characters (,), the parseKey() will return an incorrect value. Then all operations which work with :key path parameter will not work.

The improvement is using another separator, in this PR it is ,016c2cec, - The first commit hash :-?