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.
2 parents 7e73545 + ec7f5a1 commit 533161aCopy full SHA for 533161a
activerecord/lib/active_record/connection_adapters/trilogy/database_statements.rb
@@ -5,9 +5,8 @@ module ConnectionAdapters
5
module Trilogy
6
module DatabaseStatements
7
def select_all(*, **) # :nodoc:
8
- result = nil
+ result = super
9
with_raw_connection do |conn|
10
- result = super
11
conn.next_result while conn.more_results_exist?
12
end
13
result
0 commit comments