summaryrefslogtreecommitdiff
path: root/boto/dynamodb2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Python 2.5.x fixesDaniel G. Taylor2013-10-041-1/+5
* Fix the ability to override DynamoDBv2 host when creating connectionsDaniel G. Taylor2013-09-181-1/+5
* Fixes #1713 - Corrected a DDB bug where scanning over large set with a filter...Daniel Lindsley2013-09-161-9/+13
* Fixes #1679, #1566 - Altered DDBv2's ``batch_write`` to appropriately queue &...Daniel Lindsley2013-09-102-6/+46
* Updated custom connection example.Jason Wang2013-08-211-6/+5
* Fixed a typo in DDBv2's create docstring.Daniel Lindsley2013-08-161-1/+1
* Merge remote-tracking branch 'carllen/connect_to_region_us-gov-west-1' into d...Daniel Lindsley2013-08-141-0/+3
|\
| * Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+3
* | Added a better comment about why keys shouldn't be included from the previous...Daniel Lindsley2013-08-081-1/+3
* | Fixed calling ``Item.partial_save`` on a new record now correctly saves.Daniel Lindsley2013-08-081-0/+11
|/
* Merge branch 'ddb-set-fix' into developDaniel Lindsley2013-08-022-65/+126
|\
| * Changed needs_save to be more concise.Daniel Lindsley2013-08-021-8/+4
| * Fixed the sending of empty data to DDB as well.Daniel Lindsley2013-07-311-2/+18
| * Altering how state tracking of ``Item`` data works in DDBv2.Daniel Lindsley2013-07-292-65/+114
* | add DynamoDB ap-southeast-2 endpointPierce Hickey2013-07-311-0/+3
|/
* Revert "Added "lookup" and "new_item" to dynamodb2.table, which makes it more"Daniel Lindsley2013-07-241-42/+0
* Added "lookup" and "new_item" to dynamodb2.table, which makes it moreChris Moyer2013-07-231-0/+42
* never return more than 'limit' results from a queryMark Roddy2013-07-051-1/+5
* Implemented a high-level interface for selecting specific attributes and sele...Christopher Grebs2013-06-181-2/+70
* Added ``Item.get(...)`` support to DDBv2.Daniel Lindsley2013-05-291-0/+3
* Fixed a bug where an instance variable was not present in the low-level Dynam...Daniel Lindsley2013-05-281-0/+1
* Solving bugs on empty results and between comparisionsRamon Navarro Bosch2013-05-242-7/+18
* Fix a bug always connecting to the default end point in dynamodb2's DynamoDBC...keiji2013-05-211-2/+4
* Updated the high-level DDBv2 interface to support parallel scan.Daniel Lindsley2013-05-141-2/+8