Skip to content

Commit c07ecc0

Browse files
committed
Add back supports_savepoints? returning true
1 parent bd6eacb commit c07ecc0

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
@@ -135,6 +135,10 @@ def supports_comments_in_create?
135135
false
136136
end
137137

138+
def supports_savepoints?
139+
true
140+
end
141+
138142
def supports_in_memory_oltp?
139143
@version_year >= 2014
140144
end

0 commit comments

Comments
 (0)