Add pgx driver support #1795

Merged
lunny merged 7 commits from lunny/pgx_support into master 2021-08-05 06:04:11 +00:00
Showing only changes of commit 99ef3bff32 - Show all commits

View File

@ -215,7 +215,7 @@ steps:
- test-postgres-schema
environment:
TEST_PGSQL_HOST: pgsql
TEST_PGSQL_DBNAME: pgx_test
TEST_PGSQL_DBNAME: xorm_test
TEST_PGSQL_USERNAME: postgres
TEST_PGSQL_PASSWORD: postgres
commands:
@ -234,7 +234,7 @@ steps:
environment:
TEST_PGSQL_HOST: pgsql
TEST_PGSQL_SCHEMA: xorm
TEST_PGSQL_DBNAME: pgx_test
TEST_PGSQL_DBNAME: xorm_test
TEST_PGSQL_USERNAME: postgres
TEST_PGSQL_PASSWORD: postgres
commands: