mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00: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 |
||
|---|---|---|
| .. | ||
| errors.rs | ||
| lib.rs | ||
| limbo_connection.rs | ||
| limbo_db.rs | ||
| limbo_statement.rs | ||
| utils.rs | ||