rusqlite/src
gwenn de9f06f142 Fix ChangesetIter::start_strm
The input reference must still be alive after the function returns
2019-11-02 14:53:32 +01:00
..
types Fix some clippy warnings 2019-10-13 13:08:33 +02:00
vtab Fix some clippy warnings 2019-10-13 13:08:33 +02: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 Cleanup use statements 2019-08-17 08:18:37 +02:00
cache.rs Segmentation fault on prepare_cached with an empty query 2019-10-29 19:24:18 +01:00
collation.rs Check SQL query passed to execute 2019-08-26 20:21:23 +02:00
column.rs Make column_name returns a Result 2019-08-31 12:17:48 +02: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 Merge remote-tracking branch 'jgallagher/master' into tail 2019-08-31 09:30:25 +02:00
functions.rs Cleanup use statements 2019-08-17 08:18:37 +02:00
hooks.rs Rustfmt 2019-08-09 20:03:46 +02:00
inner_connection.rs Check that even when sqlite_stmt is null, there is no panic. 2019-10-30 20:09:27 +01:00
lib.rs Segmentation fault on prepare_cached with an empty query 2019-10-29 19:24:18 +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 Do not assume sqlite3_column_text is valid UTF-8 2019-07-24 20:46:53 +02:00
raw_statement.rs Segmentation fault on prepare_cached with an empty query 2019-10-29 19:24:18 +01:00
row.rs Make column_name returns a Result 2019-08-31 12:17:48 +02:00
session.rs Fix ChangesetIter::start_strm 2019-11-02 14:53:32 +01:00
statement.rs Check that even when sqlite_stmt is null, there is no panic. 2019-10-30 20:09:27 +01:00
trace.rs Rustfmt 2019-08-09 20:03:46 +02:00
transaction.rs Lifetime elision in impl 2019-02-03 11:02:38 +01:00
unlock_notify.rs Ignore mutex_atomic clippy lint 2019-10-19 10:10:17 +02:00
version.rs Rust 2018 2018-10-30 20:15:08 +01:00