Skip to content

Commit 5c672da

Browse files
committed
Support lazy transactions
1 parent 7026eb5 commit 5c672da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ def supports_savepoints?
145145
true
146146
end
147147

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

0 commit comments

Comments
 (0)