sqlx/tests/postgres
2024-08-26 16:20:45 -07:00
..
fixtures chore(postgres): create regression test for RUSTSEC-2024-0363 2024-08-23 23:39:32 -07:00
migrations feat: implement testing utilities (#2001) 2022-08-02 14:38:12 -07:00
migrations_no_tx feat: no tx migration (#3181) 2024-04-19 15:42:44 -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
derives.rs fix(#3445): PgHasArrayType (#3453) 2024-08-24 19:25:08 -07:00
describe.rs feat(postgres): expose PgTypeKind 2020-07-24 07:28:59 -07:00
Dockerfile Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850) 2023-02-21 13:25:25 -08:00
error.rs feat: better database errors (#2109) 2023-02-21 13:25:25 -08:00
macros.rs feat(citext): support postgres citext (#2478) 2023-10-11 18:03:17 -07:00
migrate.rs feat: no tx migration (#3181) 2024-04-19 15:42:44 -07:00
pg_hba.conf Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850) 2023-02-21 13:25:25 -08:00
postgres.rs fix: ignore flaky copy_can_work_with_failed_transactions test 2024-06-13 13:11:36 -07:00
query_builder.rs fix(postgres): max number of binds is 65535, not 32767 (regression) 2024-08-26 16:20:45 -07:00
rustsec.rs chore(postgres): create regression test for RUSTSEC-2024-0363 2024-08-23 23:39:32 -07:00
setup.sql feat(cube): support postgres cube (#3188) 2024-07-11 22:30:49 -07:00
test-attr.rs Fix (#3395) sqlx::test macro in 0.8 (#3403) 2024-08-26 14:03:22 -07:00
test-query.sql refactor(macros): remove ResultExt and macro_result!() 2020-07-21 21:19:31 -07:00
types.rs fixed deprecation warnings (#3384) 2024-07-27 18:04:20 -07:00