Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant __future__ imports | Nico Revin | 2014-08-03 | 1 | -2/+0 |
| | | | | See https://docs.python.org/2/reference/simple_stmts.html#future | ||||
* | Fix integration tests. | INADA Naoki | 2014-07-29 | 1 | -9/+9 |
| | |||||
* | Fix integration tests. | INADA Naoki | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Update DynamoDB to support query filters | Daniel G. Taylor | 2014-04-30 | 1 | -0/+12 |
| | |||||
* | Reintroduced the ``reverse`` fix for DDB. | Daniel Lindsley | 2014-03-15 | 1 | -8/+121 |
| | | | | This is more backward-compatible than the previous attempt. | ||||
* | Revert "Fixed how ``reverse`` works in DDBv2." | Daniel Lindsley | 2014-03-15 | 1 | -80/+0 |
| | | | | This reverts commit 58e3c2793e1a798f5a8f5cb3bdc049adf9d26337. | ||||
* | Revert "Test fixes." | Daniel Lindsley | 2014-03-15 | 1 | -2/+2 |
| | | | | This reverts commit 90672c40636eb4c84e36ae8c45236086a8bacdd8. | ||||
* | Test fixes. | Daniel Lindsley | 2014-03-14 | 1 | -2/+2 |
| | |||||
* | Fixed how ``reverse`` works in DDBv2. | Daniel Lindsley | 2014-03-14 | 1 | -0/+80 |
| | |||||
* | Fixed typo. | Daniel Lindsley | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | DDB queries with GSI now work with a single filter. | Daniel Lindsley | 2014-02-24 | 1 | -2/+59 |
| | |||||
* | Added a DDBv2 integ test for attribute behavior. | Daniel Lindsley | 2014-02-14 | 1 | -0/+10 |
| | |||||
* | Fixed the DDBv2 `has_item` support. | Daniel Lindsley | 2014-02-10 | 1 | -0/+8 |
| | | | Thanks to dorfsmay for the report! | ||||
* | Added attributes support to ``get_item``. | Daniel Lindsley | 2014-01-07 | 1 | -0/+10 |
| | | | Fixes #1643 & #1877 | ||||
* | Added support for reduced page sizes in DDB. | Daniel Lindsley | 2013-12-24 | 2 | -0/+101 |
| | | | This allows for faster responses & from a large scan/query drowning out other requests. | ||||
* | Finished integrating GSIs into DDBv2. | Daniel Lindsley | 2013-12-17 | 1 | -1/+38 |
| | |||||
* | Spruced up all the certificate tests. | Daniel Lindsley | 2013-10-04 | 1 | -8/+7 |
| | |||||
* | Python 2.5.x fixes | Daniel G. Taylor | 2013-10-04 | 1 | -2/+4 |
| | |||||
* | Fixes #1679, #1566 - Altered DDBv2's ``batch_write`` to appropriately queue ↵ | Daniel Lindsley | 2013-09-10 | 1 | -0/+27 |
| | | | | & retry unprocessed items. | ||||
* | Fixed calling ``Item.partial_save`` on a new record now correctly saves. | Daniel Lindsley | 2013-08-08 | 1 | -0/+16 |
| | |||||
* | Fixed the sending of empty data to DDB as well. | Daniel Lindsley | 2013-07-31 | 1 | -0/+18 |
| | |||||
* | Altering how state tracking of ``Item`` data works in DDBv2. | Daniel Lindsley | 2013-07-29 | 1 | -2/+8 |
| | |||||
* | Add tests for specific attributes query | Christopher Grebs | 2013-06-18 | 1 | -0/+3 |
| | |||||
* | Implemented a high-level interface for selecting specific attributes and ↵ | Christopher Grebs | 2013-06-18 | 1 | -0/+7 |
| | | | | select=Count. | ||||
* | Fixed a bug where an instance variable was not present in the low-level ↵ | Daniel Lindsley | 2013-05-28 | 1 | -0/+36 |
| | | | | DynamoDB client. | ||||
* | Added parallel scan support in DynamoDB v2. | Daniel Lindsley | 2013-05-13 | 1 | -0/+33 |
| | |||||
* | Added a high-level interface over DynamoDB v2. | Daniel Lindsley | 2013-05-10 | 2 | -5/+282 |
| | |||||
* | Added underlying DynamoDB v2 support. | Daniel Lindsley | 2013-04-17 | 3 | -0/+284 |