mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Commit for testing
This commit is contained in:
@@ -55,6 +55,7 @@ public class LimboResultSet {
|
||||
}
|
||||
|
||||
lastStepResult = this.statement.step();
|
||||
System.out.println(lastStepResult);
|
||||
pastLastRow = lastStepResult == null || lastStepResult.isDone();
|
||||
return !pastLastRow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user