Skip to content

Commit 90c7298

Browse files
committed
Turn on bulk supports_bulk_alter?.
1 parent e3141a9 commit 90c7298

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

2526
#### Deprecated
2627

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-
false
91+
true
9292
end
9393

9494
def supports_index_sort_order?

0 commit comments

Comments
 (0)