Skip to content

Commit df129b9

Browse files
committed
Add missing options
1 parent 7f8595d commit df129b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ function parseOptions(uri, options) {
402402
transform : o.transform || (x => x),
403403
types : o.types || {},
404404
ssl : o.ssl || url.ssl || false,
405+
timeout : o.timeout,
406+
onconnect : o.onconnect,
407+
onnotice : o.onnotice,
405408
none : crypto.randomBytes(18).toString('base64'),
406409
connection : {
407410
application_name: 'postgres.js',

0 commit comments

Comments
 (0)