Skip to content

Commit fae0b60

Browse files
committed
Turn off bulk alter.
1 parent c97af4b commit fae0b60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* The `cs_equality_operator` is now s class configuration property only.
2323
* The `with_identity_insert_enabled(table_name)` is now public.
2424
* Use ActiveRecord tranasaction interface vs our own `run_with_isolation_level`.
25-
* Turn on bulk `supports_bulk_alter?`.
2625

2726
#### Deprecated
2827

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def supports_ddl_transactions?
8888
end
8989

9090
def supports_bulk_alter?
91-
true
91+
false
9292
end
9393

9494
def supports_index_sort_order?

0 commit comments

Comments
 (0)