Dynobase / dynobase

Dynobase - Professional GUI Client for DynamoDB (releases / issues / roadmap repository) https://dynobase.dev
https://dynobase.dev
89 stars 0 forks source link

Bug when you filter with a key that start with _ #206

Open kinesra75 opened 2 years ago

kinesra75 commented 2 years ago

Hi,

version >= 10

When you make a query with one attribute that is prt of an index and a filter attribute that start with _ (exemple: _version) the soft crash.

If you filter only (scan) with an attribute that start with _ it work, but when you add an indexed attribute it crash.

Thanks, Sébastien