File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#### Added
4
4
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
- - [ #1317 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1317 ) Reverse order of values when upserting
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
+ - [ #1317 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1317 ) Reverse order of values when upserting.
8
8
9
9
#### Changed
10
10
13
13
#### Fixed
14
14
15
15
- [ #1313 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1313 ) Correctly retrieve the SQL Server database version.
16
- - [ #1320 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1320 ) Fix SQL statement to calculate ` updated_at ` when upserting
16
+ - [ #1320 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1320 ) Fix SQL statement to calculate ` updated_at ` when upserting.
17
+ - [ #1327 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1327 ) Fix multiple ` nil ` identity columns for merge insert.
17
18
18
19
Please check [ 8-0-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/8-0-stable/CHANGELOG.md ) for previous changes.
You can’t perform that action at this time.
0 commit comments