Files
sqlx/sqlx-core
link2xt 5eebc05dc3 sqlite: use Arc instead of Copy-able StatementHandle
This guarantees that StatementHandle is never used after calling
`sqlite3_finalize`. Now `sqlite3_finalize` is only called when
StatementHandle is dropped.
2021-04-23 00:00:00 +00:00
..
2021-04-15 18:40:46 -07:00