sqlx/tests/postgres
James H. 1678b19a46
feat: add geometry line (#3623)
* feat: add geometry line

* fix: point vs line

* fix: try regular comparison for line

* fix: undo point comparison change

* fix: regular comparison for array lines

* fix: remove line array test
2024-12-12 12:52:30 -08: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 Support PgHstore by default in macros (#3514) 2024-10-02 11:56:13 -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 Add PgListener::next_buffered(), to support batch processing of notifications (#3560) 2024-11-27 13:56:01 -08: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 Support PgHstore by default in macros (#3514) 2024-10-02 11:56:13 -07:00
test-attr.rs add regression test 2024-10-02 11:42:33 -07:00
test-query.sql refactor(macros): remove ResultExt and macro_result!() 2020-07-21 21:19:31 -07:00
types.rs feat: add geometry line (#3623) 2024-12-12 12:52:30 -08:00