Skip to content

Commit a46bc66

Browse files
committed
Postgres, call check_version when configuring connection (same as CRuby adapter)
1 parent a426f6b commit a46bc66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/arjdbc/postgresql/adapter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def set_client_encoding(encoding)
6969
# Configures the encoding, verbosity, schema search path, and time zone of the connection.
7070
# This is called on `connection.connect` and should not be called manually.
7171
def configure_connection
72+
super
73+
7274
#if encoding = config[:encoding]
7375
# The client_encoding setting is set by the driver and should not be altered.
7476
# If the driver detects a change it will abort the connection.

0 commit comments

Comments
 (0)