Files
turso/bindings
Pere Diaz Bou 91107d364a only close connection in case of reference count is 1
Due to how `execute` is implemented, it returns a `Connection` clone
which internally shares a turso_core::Connection with every other
Connection. Since `execute` returns `Connection` and immediatly it is
dropped, it will close connection, checkpoint and leave database in
weird state.
2025-07-08 15:19:20 +02:00
..
2025-07-02 23:55:53 +07:00
2025-06-30 23:58:04 +03:00