Files
cdk/crates/cdk-sqlite/src
Cesar Rodas af2fe580f4 Minor improvement in the SQLite crate
This is a minor improvement over the SQLite crate, which performs fewer SQL
statements and fetches multiple results instead.

This will also remove some redundant commit() and rollback calls. Rollback
already happens on drop, and there is no need for a commit if the database
hasn't changed, as the transaction is used as a locking mechanism in this
context.
2024-11-27 08:33:16 +00:00
..
2024-10-11 14:54:39 +02:00
2024-06-28 15:37:10 +01:00