Merge pull request #1559 from sawandas/master
Issue #1539 : support more dynamoDb query filters
This commit is contained in:
commit
9398f03cdc
2 changed files with 15 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ def get_filter_expression(expr, names, values):
|
|||
|
||||
next_token = six.next(token_iterator)
|
||||
while next_token != ')':
|
||||
if next_token in values_map:
|
||||
next_token = values_map[next_token]
|
||||
function_list.append(next_token)
|
||||
next_token = six.next(token_iterator)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue