Skip to content

Commit 32ab198

Browse files
committed
Pass onparameter from options
1 parent 58c9e42 commit 32ab198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ function parseOptions(uri, options) {
400400
timeout : o.timeout,
401401
onconnect : o.onconnect,
402402
onnotice : o.onnotice,
403+
onparameter : o.onparameter,
403404
none : crypto.randomBytes(18).toString('base64'),
404405
connection : {
405406
application_name: 'postgres.js',

0 commit comments

Comments
 (0)