We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db05836 commit 72e0cdbCopy full SHA for 72e0cdb
src/subscribe.js
@@ -8,6 +8,7 @@ export default function Subscribe(postgres, options) {
8
9
options.max = 1
10
options.onclose = onclose
11
+ options.fetch_types = false
12
options.connection = {
13
...options.connection,
14
replication: 'database'
0 commit comments