Commit for testing

This commit is contained in:
김선우
2025-01-19 16:52:14 +09:00
parent 9de80e19aa
commit b80438226b

View File

@@ -55,6 +55,7 @@ public class LimboResultSet {
}
lastStepResult = this.statement.step();
System.out.println(lastStepResult);
pastLastRow = lastStepResult == null || lastStepResult.isDone();
return !pastLastRow;
}