-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node version 14 exists without error on pool.query #2226
Comments
Which version of pg are you using? |
pg version 7.18.2 I wondered if it is related to the nodejs issue nodejs/node#22088 which could imply that pg creates a promise, but never calls the resolve or reject on it. |
pg ≤ 8.0.2 doesn’t support Node 14. Please upgrade to pg 8.2.1. |
Duplicate of #2181 |
Thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On node version 14, the process exits without printing any connection error(s), but on node 12 it works as expected.
The text was updated successfully, but these errors were encountered: