Skip to content

Commit 72e0cdb

Browse files
committed
Disable fetch_types for Subscribe options
1 parent db05836 commit 72e0cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/subscribe.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default function Subscribe(postgres, options) {
88

99
options.max = 1
1010
options.onclose = onclose
11+
options.fetch_types = false
1112
options.connection = {
1213
...options.connection,
1314
replication: 'database'

0 commit comments

Comments
 (0)