update id
This commit is contained in:
@@ -1124,6 +1124,7 @@ class DynamoDBCollection:
|
||||
filter_expr: str | None = None,
|
||||
index_forward: bool = False,
|
||||
limit: int = LIMIT,
|
||||
table_name: str | None = None,
|
||||
) -> PaginatedResult:
|
||||
"""Query returns all items with that partition key or key pair.
|
||||
|
||||
@@ -1185,6 +1186,7 @@ class DynamoDBCollection:
|
||||
index_forward=index_forward,
|
||||
limit=limit,
|
||||
start_key=_startkey_b64decode(start_key) if start_key else {},
|
||||
table_name=table_name,
|
||||
)
|
||||
|
||||
items = r['items']
|
||||
|
||||
Reference in New Issue
Block a user