mirror of
https://github.com/brianc/node-postgres.git
synced 2026-02-01 16:47:23 +00:00
Check more default properties in configuration teset
This commit is contained in:
parent
d6e7dfee83
commit
4936033adf
@ -19,6 +19,13 @@ suite.test('default values are used in new clients', function () {
|
|||||||
port: 5432,
|
port: 5432,
|
||||||
rows: 0,
|
rows: 0,
|
||||||
max: 10,
|
max: 10,
|
||||||
|
binary: false,
|
||||||
|
idleTimeoutMillis: 30000,
|
||||||
|
client_encoding: '',
|
||||||
|
ssl: false,
|
||||||
|
application_name: undefined,
|
||||||
|
fallback_application_name: undefined,
|
||||||
|
parseInputDatesAsUTC: false
|
||||||
})
|
})
|
||||||
|
|
||||||
var client = new pg.Client()
|
var client = new pg.Client()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user