summaryrefslogtreecommitdiff
path: root/tests/integration/dynamodb2/test_highlevel.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant __future__ importsNico Revin2014-08-031-2/+0
| | | | See https://docs.python.org/2/reference/simple_stmts.html#future
* Fix integration tests.INADA Naoki2014-07-291-9/+9
|
* Fix integration tests.INADA Naoki2014-07-291-1/+1
|
* Update DynamoDB to support query filtersDaniel G. Taylor2014-04-301-0/+12
|
* Reintroduced the ``reverse`` fix for DDB.Daniel Lindsley2014-03-151-8/+121
| | | | This is more backward-compatible than the previous attempt.
* Revert "Fixed how ``reverse`` works in DDBv2."Daniel Lindsley2014-03-151-80/+0
| | | | This reverts commit 58e3c2793e1a798f5a8f5cb3bdc049adf9d26337.
* Revert "Test fixes."Daniel Lindsley2014-03-151-2/+2
| | | | This reverts commit 90672c40636eb4c84e36ae8c45236086a8bacdd8.
* Test fixes.Daniel Lindsley2014-03-141-2/+2
|
* Fixed how ``reverse`` works in DDBv2.Daniel Lindsley2014-03-141-0/+80
|
* Fixed typo.Daniel Lindsley2014-02-261-1/+1
|
* DDB queries with GSI now work with a single filter.Daniel Lindsley2014-02-241-2/+59
|
* Added a DDBv2 integ test for attribute behavior.Daniel Lindsley2014-02-141-0/+10
|
* Fixed the DDBv2 `has_item` support.Daniel Lindsley2014-02-101-0/+8
| | | Thanks to dorfsmay for the report!
* Added attributes support to ``get_item``.Daniel Lindsley2014-01-071-0/+10
| | | Fixes #1643 & #1877
* Added support for reduced page sizes in DDB.Daniel Lindsley2013-12-241-0/+51
| | | This allows for faster responses & from a large scan/query drowning out other requests.
* Finished integrating GSIs into DDBv2.Daniel Lindsley2013-12-171-1/+38
|
* Python 2.5.x fixesDaniel G. Taylor2013-10-041-2/+4
|
* Fixes #1679, #1566 - Altered DDBv2's ``batch_write`` to appropriately queue ↵Daniel Lindsley2013-09-101-0/+27
| | | | & retry unprocessed items.
* Fixed calling ``Item.partial_save`` on a new record now correctly saves.Daniel Lindsley2013-08-081-0/+16
|
* Fixed the sending of empty data to DDB as well.Daniel Lindsley2013-07-311-0/+18
|
* Altering how state tracking of ``Item`` data works in DDBv2.Daniel Lindsley2013-07-291-2/+8
|
* Add tests for specific attributes queryChristopher Grebs2013-06-181-0/+3
|
* Implemented a high-level interface for selecting specific attributes and ↵Christopher Grebs2013-06-181-0/+7
| | | | select=Count.
* Added a high-level interface over DynamoDB v2.Daniel Lindsley2013-05-101-0/+266