mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix for Issue 56 - Using findIterate with MySQL streams the entire
result set at once
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user