Knotis / djangocassandra

Cassandra support for the Django web framework
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Fix Results Not Being Returned For Inefficient Queries #56

Closed sethdenner closed 8 years ago

sethdenner commented 8 years ago

get() calls we not returning results in a case where the result you wanted was more that 21 rows deep due to a bug in the way result slices were applied. Implemented a fix and a unit test to cover the fixed case.