You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current release doesn't allow connecting to pgbcouner when specifying the charset due to the lack of support for the 'options' parameter. The fix is to use the client_encoding option directly instead of passing it through the options parameter.
This exact same bug was fixed in node.js's PG driver the exact same way.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of rocksfrow:
Url: #823
Message:
The current release doesn't allow connecting to pgbcouner when specifying the charset due to the lack of support for the 'options' parameter. The fix is to use the client_encoding option directly instead of passing it through the options parameter.
This exact same bug was fixed in node.js's PG driver the exact same way.
brianc/node-postgres#356
I've confirmed this fix works with pgbouncer.
The text was updated successfully, but these errors were encountered: