node-postgres/test/integration/connection-pool
Charmander 8ce7e13b93 Make tests compatible with PostgreSQL 10
PostgreSQL 10 reports its version as only `major.minor`, so it can’t be parsed with semver. The `server_version_num` setting is a major version followed by a four-digit minor version since version 10, and was a three-digit major version followed by a two-digit minor version before that.
2018-05-23 17:54:51 +02:00
..
double-connection-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
ending-empty-pool-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
ending-pool-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
error-tests.js Make tests compatible with PostgreSQL 10 2018-05-23 17:54:51 +02:00
idle-timeout-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
max-connection-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
native-instance-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
optional-config-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
single-connection-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
single-pool-on-object-config-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
test-helper.js integrate new pool into existing codebase 2013-02-20 16:08:48 -06:00
waiting-connection-tests.js Add client connectionString tests (#1310) 2017-06-07 22:58:03 -05:00
yield-support-body.js Fix typo 2016-07-19 10:17:40 -05:00
yield-support-tests.js Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00