rusqlite/src
gwenn ac0baecfe2
Merge pull request #478 from gwenn/fallible-iterator
Make `Rows` implement `FallibleStreamingIterator`
2019-03-10 13:13:34 +01:00
..
types Merge pull request #478 from gwenn/fallible-iterator 2019-03-10 13:13:34 +01:00
vtab Add Rows::map method 2019-03-10 12:58:20 +01:00
backup.rs Lifetime elision in impl 2019-02-03 11:02:38 +01:00
blob.rs Do not panic by default 2019-02-21 20:48:09 +01:00
busy.rs Do not panic by default 2019-02-21 20:48:09 +01:00
cache.rs Add Rows::map method 2019-03-10 12:58:20 +01:00
config.rs Do not panic by default 2019-02-21 20:48:09 +01:00
context.rs Avoid unnecessary copies/allocations when passing strings to sqlite 2019-02-26 19:47:17 -08:00
error.rs Make get_aux safe by storing the TypeId 2019-01-26 00:52:50 -08:00
functions.rs Do not panic by default 2019-02-21 20:48:09 +01:00
hooks.rs Rename some static variables 2019-02-02 11:10:08 +01:00
inner_connection.rs Merge remote-tracking branch 'jgallagher/master' into fallible-iterator 2019-03-10 11:12:14 +01:00
lib.rs Add Rows::map method 2019-03-10 12:58:20 +01:00
limits.rs Fix clippy warnings 2019-02-02 11:37:26 +01:00
load_extension_guard.rs Lifetime elision in impl 2019-02-03 11:02:38 +01:00
pragma.rs Merge remote-tracking branch 'jgallagher/master' into fallible-iterator 2019-03-10 11:12:14 +01:00
raw_statement.rs Add support for querying sqlite_stmt_status 2019-01-24 21:43:39 -08:00
row.rs Add Rows::map method 2019-03-10 12:58:20 +01:00
session.rs Add Rows::map method 2019-03-10 12:58:20 +01:00
statement.rs Add Rows::map method 2019-03-10 12:58:20 +01:00
trace.rs Do not panic by default 2019-02-21 20:48:09 +01:00
transaction.rs Lifetime elision in impl 2019-02-03 11:02:38 +01: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