summaryrefslogtreecommitdiff
path: root/boto/dynamodb2
Commit message (Expand)AuthorAgeFilesLines
* Documents not found behavior of get_item()John Weaver2014-08-211-0/+2
* Fix integration tests.INADA Naoki2014-07-291-2/+2
* Fix tests.INADA Naoki2014-07-291-1/+1
* Fix some tests.INADA Naoki2014-07-282-2/+4
* Fix __nonzero__ => __bool__INADA Naoki2014-07-281-1/+3
* Remove code for Python 2.5 compatibility.INADA Naoki2014-07-281-1/+1
* Merge pull request #2276 from appneta/add_ddb2_batch_get_attributesDaniel G. Taylor2014-07-101-3/+10
|\
| * Add "attributes" parameter to boto.dynamodb2.table.Table.batch_getchris erway2014-05-161-3/+10
* | Merge pull request #2328 from guilload/developDaniel G. Taylor2014-07-011-4/+35
|\ \
| * | Add "expected" argument to boto.dynamodb2.Table.delete_itemAdrien Guillo2014-06-141-4/+35
* | | Switch boto to use truncated exponential backoffMike Schwartz2014-06-271-4/+5
|/ /
* | Merge branch 'jamesonjlee-dynamodb2-query_count-attrs' into developDaniel G. Taylor2014-06-061-1/+20
|\ \ | |/ |/|
| * extend dynamodb2.table.query_count for more argsJameson2014-03-281-1/+3
* | Stop ignoring "consistent" argument to boto.dynamodb2.table.Table.batch_getchris erway2014-05-151-1/+1
* | Fix dict syntax in exampleDaniel G. Taylor2014-04-301-1/+1
* | Update DynamoDB to support query filtersDaniel G. Taylor2014-04-302-503/+1178
|/
* Reintroduced the ``reverse`` fix for DDB.Daniel Lindsley2014-03-151-3/+19
* Revert "Fixed how ``reverse`` works in DDBv2."Daniel Lindsley2014-03-151-5/+3
* Merge branch 'fix-ddb-describe' into developDaniel Lindsley2014-03-141-6/+19
|\
| * Fixed doing ``describe`` on complex tables.Daniel Lindsley2014-03-141-6/+19
* | Fixed how ``reverse`` works in DDBv2.Daniel Lindsley2014-03-141-3/+5
|/
* DDB queries with GSI now work with a single filter.Daniel Lindsley2014-02-241-4/+9
* Allows use of throughput kwargs with GlobalIncludeIndex - fixes #2055.John Weaver2014-02-241-1/+4
* Fixed the DDBv2 `has_item` support.Daniel Lindsley2014-02-102-1/+7
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-32/+2
* Merge branch 'fix_ddb_limit' into developDaniel Lindsley2014-01-231-0/+9
|\
| * Fixed conflict between limit and max_page_size in dynamodb2.ResultSetPascal Hakim2014-01-231-1/+1
| * Fixes limit problem on table.query (#1998)Sergio Oliveira2014-01-221-0/+9
* | Fixed typo in Table.create examplePascal Hakim2014-01-231-1/+1
|/
* Fixed doc typos.Daniel Lindsley2014-01-081-2/+2
* Ported over the ``has_item`` call.Daniel Lindsley2014-01-071-0/+40
* Merge branch 'ddb-get-item-attrs' into developDaniel Lindsley2014-01-071-2/+6
|\
| * Added a missing docstring.Daniel Lindsley2014-01-071-0/+4
| * Added attributes support to ``get_item``.Daniel Lindsley2014-01-071-2/+2
* | Merge remote-tracking branch 'stevearc/scan_attributes' into developDaniel G. Taylor2014-01-071-2/+9
|\ \ | |/ |/|
| * Adding unit test for table scan on specific attrsSteven Arcangeli2014-01-061-3/+3
| * Dyanamo Table.scan() should accept 'attributes' argumentSteven Arcangeli2013-12-231-2/+9
* | Added support for reduced page sizes in DDB.Daniel Lindsley2013-12-242-12/+60
* | Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-1/+1
|\ \ | |/ |/|
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
|/
* Finished integrating GSIs into DDBv2.Daniel Lindsley2013-12-171-3/+37
* Revised the GSI work a bit.Daniel Lindsley2013-12-172-27/+141
* Adding DynamoDB global indexes to Table.create apiSteven Arcangeli2013-12-172-25/+67
* Implement nonzero for Item to consider empty items falseyJames O'Beirne2013-12-121-0/+6
* Updated DDBv2 for Global Secondary Indexes.Daniel Lindsley2013-12-121-91/+87
* Fixing the dynamo 'scan in' filterSteven Arcangeli2013-12-081-1/+5
* Switched to not specifically naming hash_key and range_key, which allowsChris Moyer2013-10-251-11/+8
* Revert "Revert "Added "lookup" and "new_item" to dynamodb2.table, which makes...Chris Moyer2013-10-251-0/+42
* Modify DynamoDB2 code to properly set host HTTP header and use the configured...Daniel G. Taylor2013-10-091-2/+2