HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
69 stars 20 forks source link

Removed unsupported operations from RangeKey #126

Closed ojii closed 2 years ago

ojii commented 2 years ago

DynamoDB KeyConditionExpressions only allow a limited number of operators when constraining the range/sort key. aiodynamo incorrectly included too many operators which are available in FilterExpressions, this removes the unsupported ones and adds tests for the supported ones.