Skip to content

Commit 83c9109

Browse files
committed
Prevent transform of columns when using subscribe - fixes #474
1 parent 1a4c766 commit 83c9109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/subscribe.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default function Subscribe(postgres, options) {
1111

1212
const sql = subscribe.sql = postgres({
1313
...options,
14+
transform: { column: {}, value: {}, row: {} },
1415
max: 1,
1516
fetch_types: false,
1617
idle_timeout: null,

0 commit comments

Comments
 (0)