DynamoDb-GUI-Client
DynamoDb-GUI-Client copied to clipboard
Error when column is reserved keyword
Describe the bug When a column is a reserver keyword (such as 'time'), I get "Invalid FilterExpression: Attribute name is a reserved keyword; reserved keyword: time"
To Reproduce
- Create a table with primary key named time
- Select the "time" column condition in records window.
- Press SCAN
Expected behavior No error should occur
Desktop (please complete the following information): MacOS 10.14.4
I hit the same issue. I haven't looked at the source yet but it's related to using project-expression-names to set the value of the expression to use within the actual projection-expression:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ExpressionAttributeNames.html
This is a really annoying bug. Any solution so far?
How about the possibility to define "aliases" as ExpressionAttributeNames?
https://stackoverflow.com/a/36712485
Any update on this issue?