Skip to content

Commit 43f1442

Browse files
committed
Exclude target_session_attrs from connection obj
1 parent 1a0cdae commit 43f1442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ function parseOptions(a, b) {
397397
prepare : true,
398398
debug : false,
399399
fetch_types : true,
400-
publications : 'alltables'
400+
publications : 'alltables',
401+
target_session_attrs: null
401402
}
402403

403404
return {

0 commit comments

Comments
 (0)