We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbd5f7a + 8b2505c commit 64d2026Copy full SHA for 64d2026
1 file changed
lib/active_record_host_pool/connection_adapter_mixin.rb
@@ -33,11 +33,11 @@ def initialize(*)
33
end
34
35
def self.ruby2_keywords(*); end unless respond_to?(:ruby2_keywords, true)
36
- ruby2_keywords def execute_with_switching(*args)
+ ruby2_keywords def execute_with_switching(*args, **kwargs)
37
if _host_pool_current_database && !_no_switch
38
_switch_connection
39
40
- execute_without_switching(*args)
+ execute_without_switching(*args, **kwargs)
41
42
43
def drop_database_with_no_switching(*args)
0 commit comments