Skip to content

v1.3.1

Compare
Choose a tag to compare
@dahankzter dahankzter released this 03 Jun 09:31
· 138 commits to master since this release

This is a maintenance release to fix a bug when iterating over paged result sets.

The server is allowed to return empty pages even when there are more rows
available. We used assume this was not the case and in certain circumstances
iteration was terminated prematurely. We are now handling this case by letting
the gocql driver handle it.

PR: #105