rusqlite/src
2019-07-24 20:46:53 +02:00
..
types Do not assume sqlite3_column_text is valid UTF-8 2019-07-24 20:46:53 +02:00
vtab Make Module impl Send 2019-07-11 19:21:54 +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 Do not panic by default 2019-02-21 20:48:09 +01:00
cache.rs Rustfmt 2019-03-19 20:45:04 +01:00
collation.rs Add binding to sqlite3_collation_needed 2019-06-18 19:03:13 +02:00
column.rs Clippy: fix warnings 2019-07-10 21:10:12 +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 Clippy: fix warnings 2019-07-10 21:10:12 +02:00
functions.rs Clippy: fix warnings 2019-07-10 21:10:12 +02:00
hooks.rs Rename some static variables 2019-02-02 11:10:08 +01:00
inner_connection.rs Do not assume sqlite3_column_text is valid UTF-8. 2019-07-24 20:08:31 +02:00
lib.rs Do not assume sqlite3_column_text is valid UTF-8. 2019-07-24 20:08:31 +02: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 Clippy: fix warnings 2019-07-10 21:10:12 +02:00
row.rs Revert last commit 2019-07-23 18:29:50 +02:00
session.rs Clippy: fix warnings 2019-07-10 21:10:12 +02:00
statement.rs Do not assume sqlite3_column_text is valid UTF-8. 2019-07-24 20:08:31 +02: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