Skip to content

Commit 8215e09

Browse files
committed
Support lazy transactions
1 parent 6dcc1b7 commit 8215e09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ def supports_savepoints?
144144
true
145145
end
146146

147+
def supports_lazy_transactions?
148+
true
149+
end
150+
147151
def supports_in_memory_oltp?
148152
@version_year >= 2014
149153
end

0 commit comments

Comments
 (0)