We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004992f commit ea169fdCopy full SHA for ea169fd
lib/arjdbc/postgresql/adapter.rb
@@ -69,8 +69,6 @@ def set_client_encoding(encoding)
69
# Configures the encoding, verbosity, schema search path, and time zone of the connection.
70
# This is called on `connection.connect` and should not be called manually.
71
def configure_connection
72
- super
73
-
74
#if encoding = config[:encoding]
75
# The client_encoding setting is set by the driver and should not be altered.
76
# If the driver detects a change it will abort the connection.
0 commit comments