rusqlite/src
gwenn 6855b5052d
Ensure connection can be safely returned to a pool (#353)
* Add binding to sqlite3_get_autocommit.
* Add binding to sqlite3_stmt_busy.
* Disable test_is_busy by default
2018-05-12 18:35:08 +02:00
..
types Merge pull request #352 from jgallagher/fix-coherence-issue 2018-05-12 10:30:57 +02:00
backup.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
blob.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
cache.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
error.rs Fix handful of clippy warnings. 2017-11-17 11:37:23 -07:00
functions.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
hooks.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
lib.rs Ensure connection can be safely returned to a pool (#353) 2018-05-12 18:35:08 +02:00
limits.rs Remove the dependency on libc 2017-02-16 11:17:24 -05:00
load_extension_guard.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
raw_statement.rs Remove second field from RawStatement 2018-04-03 20:18:51 +02:00
row.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
statement.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
trace.rs Remove the dependency on libc 2017-02-16 11:17:24 -05:00
transaction.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
unlock_notify.rs Fix clippy warnings 2018-05-04 19:05:48 +02:00
version.rs Fix handful of clippy warnings. 2017-11-17 11:37:23 -07:00