Ben Fitzhardinge
Ben Fitzhardinge
seems to be issues with python3.6 specifically, i'm working through getting the tests functional again.
so i've got the tests working again, however i'm not sure if it will solve the issue. is this an issue when there is no data to return?
can you paste the whole process?
@dschofield, it might be that you created this bucket with an older version of nodb, and so there might be legacy items in the bucket, are you able to check...
should probably write a test to determine if that will be an issue
what about being able to add a range_index, similar to DynamoDB range keys? ```python nodb.index = 'name' nodb.range_index = 'login_date' ``` save could create a key structure like `bucket_name/str(self._format_index_value())/int(range_index)` then...
should probably start by writing a test case for this
Merged into master, waiting on PyPi update
which version are you using?
Perhaps we should just drop support for python2 as it only has a couple of months left?