Name Description Size Coverage
auto_ext.rs 1368 -
config_log.rs This file contains unit tests for `rusqlite::trace::config_log`. This function affects SQLite process-wide and so is not safe to run as a normal #[test] in the library. 1068 -
deny_single_threaded_sqlite_config.rs Ensure we reject connections when SQLite is in single-threaded mode, as it would violate safety if multiple Rust threads tried to use connections. 738 -
vtab.rs Ensure Virtual tables can be declared outside `rusqlite` crate. 2567 -