Open OliverJAsh opened 3 years ago
It does solve it. @paularmstrong I can send a PR for that :)
@paularmstrong I can send a PR for that :)
@montogeek that'd be useful to me, at least. :) i just ran into this
btw this change will also need this.. at least to work on heroku. https://help.heroku.com/MDM23G46/why-am-i-getting-an-error-when-i-upgrade-to-pg-8
Problem
When using Postgres + Node 14, queries never resolve.
Steps to Reproduce
/api/builds/1
Expected Result
A response
Actual Result
Request hangs forever
I believe this is because of https://github.com/brianc/node-postgres/issues/2180. I suggest upgrading this dependency to v8.0.3 or above.