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.
1 parent c97af4b commit fae0b60Copy full SHA for fae0b60
CHANGELOG.md
@@ -22,7 +22,6 @@
22
* The `cs_equality_operator` is now s class configuration property only.
23
* The `with_identity_insert_enabled(table_name)` is now public.
24
* Use ActiveRecord tranasaction interface vs our own `run_with_isolation_level`.
25
-* Turn on bulk `supports_bulk_alter?`.
26
27
#### Deprecated
28
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -88,7 +88,7 @@ def supports_ddl_transactions?
88
end
89
90
def supports_bulk_alter?
91
- true
+ false
92
93
94
def supports_index_sort_order?
0 commit comments