sqlx/tests/postgres
Ryan Leckey 8d188c5f1a feat: expose column information on Row
- add database-specific Column types: MySqlColumn, PgColumn, etc.
 - add Row::columns() -> &[DB::Column]
 - add Row::column(I) and Row::try_column(I)
2020-07-05 03:48:36 -07:00
..
derives.rs feat(postgres): add support for built-in range types and allow derives to handle custom range types 2020-06-12 15:33:19 -07:00
describe.rs feat: expose column information on Row 2020-07-05 03:48:36 -07:00
Dockerfile feat: introduce docker-compose based testing for running locally against many database combinations 2020-05-30 17:51:55 -07:00
macros.rs feat: expose column information on Row 2020-07-05 03:48:36 -07:00
postgres.rs fix(tests): prevent postgres::pool_smoke_test from starving executor 2020-07-03 05:59:20 -07:00
setup.sql feat(postgres): add support for built-in range types and allow derives to handle custom range types 2020-06-12 15:33:19 -07:00
test-query.sql fix(macros): fix macros for Postgres 2020-06-05 20:28:21 -07:00
types.rs Implement a proper type for money 2020-07-03 03:57:20 -07:00