brianc/node-pg-query-stream

Not compatible with pg 7.50

Closed this issue · 2 comments

This module became incompatible with pg's 'minor' update 7.5.0.
Here you can see changes in query.submit function - it now returns null or Error, while current pg-query-stream returns this
This basically breaks the whole streaming thing.
I believe returning null should be enough to fix this issue.

Pushed a new patch version w/ the fix!