mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
## Purpose of this PR - Implement `close()` method for `LimboStatement`(+`JDBC4Statement`) and `LimboResultSet`(+ `JDBC4ResultSet`) ## Changes - Add `consumeAll` method in `LimboResultSet` - Implement `close()` methods - Because `JDBC4Statement` has longer lifecycle in compared to `LimboStatement`, we manage different `close` fields(`LimboStatement` is created when first `execute` method is called on `JDBC4Statemenet`) ## Reference - [Issue](https://github.com/tursodatabase/limbo/issues/615) Closes #799