Skip to content

Commit 4ea4a59

Browse files
committed
Prevent transform of columns when using subscribe - fixes porsager#474
1 parent e1a21ad commit 4ea4a59

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
@@ -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)