Fix for Issue 56 - Using findIterate with MySQL streams the entire

result set at once
This commit is contained in:
Rob Bygrave
2013-11-07 23:07:39 +13:00
parent bd75f2cf77
commit b896e55af1
2 changed files with 21 additions and 2 deletions
@@ -122,7 +122,7 @@ public class CQueryEngine {
try {
if (!cquery.prepareBindExecuteQuery()) {
if (!cquery.prepareBindExecuteQueryForwardOnly()) {
// query has been cancelled already
logger.trace("Future fetch already cancelled");
return null;