rusqlite/src
2018-07-31 22:17:17 +02:00
..
types Cow<str> now implements ToSql. 2018-07-28 08:01:24 +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
busy.rs Add binding to sqlite3_busy_timeout and sqlite3_busy_handler. 2018-07-28 17:04:10 +02:00
cache.rs Use pub(crate) 2018-07-31 22:17:17 +02:00
error.rs Replace row changes/count type (i32) with usize 2018-05-23 21:23:28 +02:00
functions.rs Replace column index/count type (i32) with usize 2018-05-23 21:04:13 +02:00
hooks.rs Fix clippy warnings 2018-05-04 19:55:55 +02:00
lib.rs Use pub(crate) 2018-07-31 22:17:17 +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 Replace column index/count type (i32) with usize 2018-05-23 21:04:13 +02:00
row.rs Use pub(crate) 2018-07-31 22:17:17 +02:00
statement.rs Use pub(crate) 2018-07-31 22:17:17 +02:00
trace.rs Remove the dependency on libc 2017-02-16 11:17:24 -05:00
transaction.rs Use sqlite3_get_autocommit instead of our own flag/status 2018-07-28 16:04:42 +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