Remove extra parameters from reconnect patch

pull/11735/head
Javier Torres 7 years ago
parent cffb0ab740
commit e908ff0f59

@ -18,7 +18,7 @@
module PostgreSQLAutoReconnectionPatch
# Queries the database and returns the results in an Array-like object
def query(sql, name = nil) #:nodoc:
with_auto_reconnect(sql, name) do
with_auto_reconnect do
super
end
end

Loading…
Cancel
Save