sqlx/tests/sqlite
link2xt bd06836fba test(sqlite): extend it_caches_statements() test
Test that initial PRAGMA statements and &str statements are not
cached, but sqlx::query() statements are cached by default.
2021-04-15 18:26:06 -07:00
..
derives.rs Correct Postgres' Length Limit for Bind Parameters (#1141) 2021-03-29 19:39:27 -07:00
describe.rs format: run rustfmt 2021-01-20 22:26:48 -08:00
macros.rs feat(macros): implement query_scalar!() and variants 2021-01-20 22:23:04 -08:00
setup.sql Update tests/sqlite/setup.sql to match current tests. 2020-06-27 09:11:02 +01:00
sqlite.db feat: add Executor::prepare, a hook into the automatic statement preparation life-cycle 2020-07-24 07:24:23 -07:00
sqlite.rs test(sqlite): extend it_caches_statements() test 2021-04-15 18:26:06 -07:00
types.rs style: rustfmt 2020-12-19 00:08:29 -08:00