sqlx/tests/sqlite
joeydewaal 1d8eb2add4
Fix (#3395) sqlx::test macro in 0.8 (#3403)
* fix: fixture macro attribute

* remove extra new line

* add extra new line

* feat: add test for slqx::test macro

* feat: update test for sqlx::test macro

* remove old macro test

* feat: add postgres and sqlite test

* rust format

* cargo fmt

* fix fixtures execution order in test
2024-08-26 14:03:22 -07:00
..
fixtures feat: implement testing utilities (#2001) 2022-08-02 14:38:12 -07:00
migrations feat: implement testing utilities (#2001) 2022-08-02 14:38:12 -07:00
migrations_reversible fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991) 2022-09-12 17:52:04 -07:00
migrations_simple fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991) 2022-09-12 17:52:04 -07:00
.gitignore Is tests/x.py maintained? And I tried fix it. (#2754) 2023-10-19 14:54:01 -07:00
any.rs breaking(sqlite): always use i64 as intermediate when decoding (#3184) 2024-04-13 16:59:13 -07:00
derives.rs preparing 0.5.8 release (#1466) 2021-10-01 14:45:25 -07:00
describe.rs Sqlite explain graph (#3064) 2024-05-31 12:57:54 -07:00
error.rs 0.7.0-alpha.1 release 2023-02-21 14:56:54 -08:00
macros.rs breaking(sqlite): always use i64 as intermediate when decoding (#3184) 2024-04-13 16:59:13 -07:00
migrate.rs fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991) 2022-09-12 17:52:04 -07:00
rustsec.rs chore(sqlite): create regression test for RUSTSEC-2024-0363 2024-08-23 23:39:32 -07:00
setup.sql feat: better database errors (#2109) 2023-02-21 13:25:25 -08:00
sqlcipher.rs fix(ci): just cfg-out the whole tests/sqlite/sqlcipher.rs 2024-03-05 18:33:56 -08:00
sqlite.db Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850) 2023-02-21 13:25:25 -08:00
sqlite.rs feat: Add set_update_hook on SqliteConnection (#3260) 2024-06-05 19:06:15 -07:00
test-attr.rs Fix (#3395) sqlx::test macro in 0.8 (#3403) 2024-08-26 14:03:22 -07:00
types.rs fixed deprecation warnings (#3384) 2024-07-27 18:04:20 -07:00