mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 08:24:19 +01:00
Add TODOs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user