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 f20355a commit 840e1edCopy full SHA for 840e1ed
lib/arjdbc/abstract/connection_management.rb
@@ -41,7 +41,7 @@ def disconnect!
41
# DIFFERENCE: we delve into jdbc shared code and this does self.class.new_client.
42
def connect
43
@raw_connection = self.class.new_client(@connection_parameters, self)
44
- rescue ConnectionNotEstablished => ex
+ rescue ActiveRecord::ConnectionNotEstablished => ex
45
raise ex.set_pool(@pool)
46
end
47
0 commit comments