summaryrefslogtreecommitdiff
path: root/tests/integration/dynamodb2
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant __future__ importsNico Revin2014-08-031-2/+0
* 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
* Revert "Fixed how ``reverse`` works in DDBv2."Daniel Lindsley2014-03-151-80/+0
* Revert "Test fixes."Daniel Lindsley2014-03-151-2/+2
* 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
* Added attributes support to ``get_item``.Daniel Lindsley2014-01-071-0/+10
* Added support for reduced page sizes in DDB.Daniel Lindsley2013-12-242-0/+101
* Finished integrating GSIs into DDBv2.Daniel Lindsley2013-12-171-1/+38
* Spruced up all the certificate tests.Daniel Lindsley2013-10-041-8/+7
* 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
* 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 sele...Christopher Grebs2013-06-181-0/+7
* Fixed a bug where an instance variable was not present in the low-level Dynam...Daniel Lindsley2013-05-281-0/+36
* Added parallel scan support in DynamoDB v2.Daniel Lindsley2013-05-131-0/+33
* Added a high-level interface over DynamoDB v2.Daniel Lindsley2013-05-102-5/+282
* Added underlying DynamoDB v2 support.Daniel Lindsley2013-04-173-0/+284