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.
reset_read_uncommitted
1 parent a108258 commit 43caa5eCopy full SHA for 43caa5e
activerecord/lib/active_record/connection_adapters/sqlite3/database_statements.rb
@@ -121,13 +121,6 @@ def affected_rows(result)
121
@last_affected_rows
122
end
123
124
- def reset_read_uncommitted
125
- read_uncommitted = ActiveSupport::IsolatedExecutionState[:active_record_read_uncommitted]
126
- return unless read_uncommitted
127
-
128
- @raw_connection&.read_uncommitted = read_uncommitted
129
- end
130
131
def execute_batch(statements, name = nil)
132
sql = combine_multi_statements(statements)
133
0 commit comments