rusqlite/src
2020-04-06 12:47:35 -07:00
..
types Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
vtab Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
backup.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
blob.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
busy.rs Fix clippy warnings 2020-02-09 11:48:08 +01:00
cache.rs Segmentation fault on prepare_cached with an empty query 2019-10-29 19:24:18 +01:00
collation.rs Improve CI test coverage (#670) 2020-04-06 10:43:43 -07:00
column.rs Make column_name returns a Result 2019-08-31 12:17:48 +02:00
config.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
context.rs Avoid unnecessary copies/allocations when passing strings to sqlite 2019-02-26 19:47:17 -08:00
error.rs Return an error instead of panicing when parameter count is wron… (#675) 2020-04-06 12:47:35 -07:00
functions.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
hooks.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
inner_connection.rs Introduce alloc to generate C string allocated by sqlite3 2020-02-29 13:09:42 +01:00
lib.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
limits.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
load_extension_guard.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
pragma.rs Remove most of the code using feature=bundled as a version check 2020-01-14 08:11:36 -08:00
raw_statement.rs Remove most of the code using feature=bundled as a version check 2020-01-14 08:11:36 -08:00
row.rs Make column_name returns a Result 2019-08-31 12:17:48 +02:00
session.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
statement.rs Return an error instead of panicing when parameter count is wron… (#675) 2020-04-06 12:47:35 -07:00
trace.rs Document which features are required, and add vtab usage examples (#669) 2020-04-05 22:15:27 -07:00
transaction.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07: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