rusqlite/src
2019-02-03 09:17:37 +01:00
..
types Fix clippy warnings 2019-02-02 11:37:26 +01:00
vtab Fix clippy warnings 2019-02-02 11:37:26 +01:00
backup.rs Rust 2018 idioms 2018-12-07 21:57:04 +01:00
blob.rs Clean examples 2019-01-30 20:14:46 +01:00
busy.rs Callbacks must not be able to unwind into sqlite code 2018-12-16 09:40:14 +01:00
cache.rs Remove needless lifetimes 2019-02-02 11:08:04 +01:00
context.rs Remove needless lifetimes 2019-02-02 11:08:04 +01:00
error.rs Make get_aux safe by storing the TypeId 2019-01-26 00:52:50 -08:00
functions.rs Replace assert! by assert_eq! 2019-02-02 11:09:00 +01:00
hooks.rs Rename some static variables 2019-02-02 11:10:08 +01:00
inner_connection.rs Move InnerConnection in its own module 2019-02-02 12:46:52 +01:00
lib.rs Draft to ease PRAGMA usage (#273 and #265) 2019-02-03 09:17:37 +01:00
limits.rs Fix clippy warnings 2019-02-02 11:37:26 +01:00
load_extension_guard.rs Rust 2018 idioms 2018-12-07 21:57:04 +01:00
pragma.rs Draft to ease PRAGMA usage (#273 and #265) 2019-02-03 09:17:37 +01:00
raw_statement.rs Add support for querying sqlite_stmt_status 2019-01-24 21:43:39 -08:00
row.rs Rust 2018 idioms 2018-12-07 21:57:04 +01:00
session.rs Rename some static variables 2019-02-02 11:10:08 +01:00
statement.rs Fix clippy warnings 2019-02-02 11:37:26 +01:00
trace.rs Callbacks must not be able to unwind into sqlite code 2018-12-16 09:40:14 +01:00
transaction.rs Test that Transaction can be removed from an Rc 2019-01-29 11:01:09 -08:00
unlock_notify.rs Callbacks must not be able to unwind into sqlite code 2018-12-16 09:40:14 +01:00
version.rs Rust 2018 2018-10-30 20:15:08 +01:00