Add TODOs

This commit is contained in:
김선우
2025-01-18 09:08:43 +09:00
parent 5b9a158db1
commit 39245f35cc
4 changed files with 39 additions and 15 deletions

View File

@@ -34,7 +34,9 @@ public abstract class LimboStatement {
// TODO
}
// TODO: enhance
// TODO: associate the result with CoreResultSet
// TODO: we can make this async!!
// TODO: distinguish queries that return result or doesn't return result
protected List<Object[]> execute(long stmtPointer) throws SQLException {
List<Object[]> result = new ArrayList<>();
while (true) {