Merge branch 'master' of https://github.com/spulec/moto
This commit is contained in:
commit
87d7cacda6
11 changed files with 13054 additions and 121 deletions
|
|
@ -484,7 +484,6 @@ class Table(BaseModel):
|
|||
else:
|
||||
results.sort(key=lambda item: item.range_key)
|
||||
|
||||
|
||||
if projection_expression:
|
||||
expressions = [x.strip() for x in projection_expression.split(',')]
|
||||
for result in possible_results:
|
||||
|
|
@ -499,7 +498,6 @@ class Table(BaseModel):
|
|||
|
||||
results, last_evaluated_key = self._trim_results(results, limit,
|
||||
exclusive_start_key)
|
||||
|
||||
return results, scanned_count, last_evaluated_key
|
||||
|
||||
def all_items(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue