rusqlite/src
John Gallagher aac4d59fcc Change Error from a struct to an enum (BREAKING CHANGE).
This allows us to separate out the underlying SQLite error codes from
errors that occur on the Rust side.
2015-12-16 20:30:27 -05:00
..
backup.rs Change Error from a struct to an enum (BREAKING CHANGE). 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
functions.rs Change Error from a struct to an enum (BREAKING CHANGE). 2015-12-16 20:30:27 -05:00
lib.rs Change Error from a struct to an enum (BREAKING CHANGE). 2015-12-16 20:30:27 -05: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 Change Error from a struct to an enum (BREAKING CHANGE). 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