rusqlite/src
2015-12-19 17:14:06 +01:00
..
backup.rs Move Error into its own module (internal organization only - public API remains). 2015-12-16 20:30:27 -05:00
blob.rs Add comment to write recommending write_all. 2015-12-15 14:24:05 -05:00
cache.rs Add some doc 2015-12-19 17:14:06 +01:00
error.rs Add test and check for SQLite being in single-threaded mode 2015-12-16 23:56:21 -05:00
functions.rs Change Error from a struct to an enum (BREAKING CHANGE). 2015-12-16 20:30:27 -05:00
lib.rs Merge branch 'master' of https://github.com/jgallagher/rusqlite into stmt-cache 2015-12-18 20:25:52 +01:00
load_extension_guard.rs Rename SqliteLoadExtensionGuard -> LoadExtensionGuard. 2015-12-12 14:20:11 -05:00
named_params.rs Change Error from a struct to an enum (BREAKING CHANGE). 2015-12-16 20:30:27 -05:00
trace.rs Move Error into its own module (internal organization only - public API remains). 2015-12-16 20:30:27 -05:00
transaction.rs BREAKING CHANGE: Remove common prefix on TransactionBehavior case names. 2015-12-12 14:22:50 -05:00
types.rs Change Error from a struct to an enum (BREAKING CHANGE). 2015-12-16 20:30:27 -05:00