|
1 | | -## v5.2.0 |
2 | | - |
3 | | -- #686 sql_for_insert set table name in case when pk is not nil |
4 | | - |
5 | | -## v5.2.0.rc2 |
| 1 | +## v6.0.0.rc1 (unreleased) |
6 | 2 |
|
7 | 3 | #### Fixed |
8 | 4 |
|
9 | | -- #681 change_column_null should not clear other column attributes. Fixes #582. |
10 | | -- #684 Fix explain with array conditions. Fixes #673. |
11 | | - |
12 | | -## v5.2.0.rc1 |
13 | | - |
14 | | -#### Fixed |
15 | | - |
16 | | -- #638 Don't disable referential integrity for the same table twice. |
17 | | -- #646 Make String equality check work for Type::Data values. Fixes #645. |
18 | | -- #671 Fix tinyint columns schema migration. Fixes #670. |
| 5 | +- [#690](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/690) Rails 6 support |
| 6 | +- [#805](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/805) Rails 6: Fix database tasks tests for SQL Server |
| 7 | +- [#807](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/807) Rails 6: Skip binary fixtures test on Windows |
| 8 | +- [#809](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/809) Rails 6: Coerce reaper test using fork |
| 9 | +- [#810](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/810) Rails 6: Fix randomly failing tests due to schema load |
| 10 | +- [#812](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/812) Rails 6: Coerce ReloadModelsTest test on Windows |
| 11 | +- [#819](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/819) Fix Ruby 2.7 kwargs warnings |
19 | 12 |
|
20 | 13 | #### Changed |
21 | 14 |
|
22 | | -- #642 Added with (nolock) hint to information_schema.views. |
| 15 | +- [#763](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/763) Refactor columns introspection query to make it faster |
| 16 | +- [#783](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/783) Update test matrix |
| 17 | + |
| 18 | +#### Added |
23 | 19 |
|
| 20 | +- [#726](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/726) How to Develop ActiveRecord SQL Server Adapter with Pre-Installed MS SQL |
24 | 21 |
|
25 | | -Please check [5-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/5-1-stable/CHANGELOG.md) for previous changes. |
| 22 | +Please check [5-2-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/5-2-stable/CHANGELOG.md) for previous changes. |
0 commit comments