Skip to content

Commit 180d173

Browse files
committed
Include batch option in the perform_query method signature
1 parent b6fcd66 commit 180d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def raw_execute(sql, name = nil, binds = [], prepare: false, async: false, allow
558558
end
559559
end
560560

561-
def perform_query(raw_connection, sql, binds, type_casted_binds, prepare:, notification_payload:)
561+
def perform_query(raw_connection, sql, binds, type_casted_binds, prepare:, notification_payload:, batch:)
562562
raise NotImplementedError
563563
end
564564

0 commit comments

Comments
 (0)