Zack Kourouma
|
f03ded7e90
|
[dynamodb2] adds lookup method to Table class
includes additional test coverage
|
2015-05-20 11:20:16 -04:00 |
|
Michael
|
5da5c571a9
|
filtering the items is needed because of defaultdict is not threadsafe and returns an empty dict which results in an exception here
|
2015-05-20 09:36:40 +02:00 |
|
Jeffrey Gelens
|
c2f2c16892
|
Fixed non threadsafe code
|
2015-03-16 13:13:40 +01:00 |
|
Steve Pulec
|
82f19952dd
|
Add Dynamodb2 global indexes. Closes #329.
|
2015-03-14 15:02:43 -04:00 |
|
Steve Pulec
|
c5487a4464
|
Add compat file for Py26 OrderedDict.
|
2014-11-29 22:43:30 -05:00 |
|
Steve Pulec
|
e66916d5f1
|
Start to add basic support for dynamodb2 item updating. Closes #16.
|
2014-11-29 22:03:29 -05:00 |
|
Steve Pulec
|
8bc8f09b47
|
Some flake8 cleanup.
|
2014-11-15 09:35:52 -05:00 |
|
Steve Pulec
|
4bfbf3bbf3
|
Python3 fixes for dynamodb2.
|
2014-10-26 21:11:03 -04:00 |
|
David Baumgold
|
eedb4c4b73
|
Support Python 3 using six
|
2014-08-28 10:57:43 -04:00 |
|
David Baumgold
|
4201e6b430
|
from __future__ import unicode_literals
|
2014-08-27 11:33:55 -04:00 |
|
Jeff Gregory
|
598c22528f
|
added support for ScanIndexForward and actual range ordering on range items and not just the dictionaries
|
2014-03-03 13:41:07 -08:00 |
|
Jeff Gregory
|
76856aadc7
|
Query sort keying on index values and not index hashes which was causing unexpected ording results
|
2014-02-23 03:11:54 -08:00 |
|
Jeff Gregory
|
372e2d8729
|
Query order/limit enforced. Scan limit enforced
|
2014-02-21 13:33:46 -08:00 |
|
creyer
|
48cfd19fe6
|
dynamodb v2 no indexes
|
2013-12-10 11:51:54 +02:00 |
|