sqlx/tests/postgres
Yudai Fukushima 846dcfe52a
fix: decode postgres time without subsecond (#2784)
* fix: decode postgres time without subsecond

* update: decode postgres time without subsecond by making subsecond optional
2023-10-04 16:56:14 -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
derives.rs Cleanup format arguments (#2650) 2023-07-31 13:27:04 -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 Cleanup format arguments (#2650) 2023-07-31 13:27:04 -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
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 Cleanup format arguments (#2650) 2023-07-31 13:27:04 -07:00
setup.sql feat: support calling PostgreSQL procedures with the macros 2023-03-03 19:36:39 -08:00
test-attr.rs Break drivers out into separate crates, clean up some technical debt (#2039) 2023-02-21 13:25:25 -08:00
test-query.sql refactor(macros): remove ResultExt and macro_result!() 2020-07-21 21:19:31 -07:00
types.rs fix: decode postgres time without subsecond (#2784) 2023-10-04 16:56:14 -07:00