-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
pg-pool Exception #2582
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
Comments
That's unfortunate - AFAIK there's no way to retroactively update the old package to have it use the older version of pg-pool. I suggest you either upgrade |
@brianc Might want to unpublish [email protected] and publish it as [email protected], with the appropriate |
I'm patching pg-pool w/ semver patch to only call ref if it exists, so it'll maintain backwards compat w/ version mismatch. I'll be more careful about about the semver in the peerDeps in the future (I think a peerDep mismatch would still only throw a warning message out though, yeh?) |
k released new semver patch of pg-pool which should work with much older versions of pg - sorry about that! |
Thanks ! |
TypeError: client.ref is not a function
at BoundPool._pulseQueue (../node_modules/pg-pool/index.js:140:14)
I'm using [email protected] which, as of today, now installs [email protected]
The text was updated successfully, but these errors were encountered: