File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 1- ## v8.1.0
1+ ## Unreleased
22
33#### Added
44
5- - [ #1301 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1301 ) Add support for ` INDEX INCLUDE ` .
6- - [ #1312 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1312 ) Add support for ` insert_all ` and ` upsert_all ` .
7- - [ #1367 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1367 ) Added support for computed columns.
8-
95#### Changed
106
11- - [ #1273 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1273 ) TinyTDS v3+ is now required.
12- - [ #1317 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1317 ) Reverse order of values when upserting.
13- - [ #1343 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1343 ) Support more Azure services by changing language source.
14-
157#### Fixed
168
17- - [ #1313 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1313 ) Correctly retrieve the SQL Server database version.
18- - [ #1320 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1320 ) Fix SQL statement to calculate ` updated_at ` when upserting.
19- - [ #1327 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1327 ) Fix multiple ` nil ` identity columns for merge insert.
20- - [ #1338 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1338 ) Fix ` insert_all ` /` upsert_all ` for table names containing numbers.
21- - [ #1345 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1345 ) Maintain index options during ` change_column ` operations.
22- - [ #1357 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1357 ) Support cross database inserts.
23-
24- Please check [ 8-0-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/8-0-stable/CHANGELOG.md ) for previous changes.
9+ Please check [ 8-1-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/8-1-stable/CHANGELOG.md ) for previous changes.
Original file line number Diff line number Diff line change 77
88module ActiveRecord
99 module Tasks
10- class SQLServerDatabaseTasks
10+ class SQLServerDatabaseTasks < AbstractTasks
1111 DEFAULT_COLLATION = "SQL_Latin1_General_CP1_CI_AS"
1212
1313 delegate :with_connection , :establish_connection , to : ActiveRecord ::Base
You can’t perform that action at this time.
0 commit comments