Skip to content

Commit cd23668

Browse files
committed
Prepare CHANGELOG for v6.0.0.rc1
1 parent 508334d commit cd23668

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

CHANGELOG.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
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)
62

73
#### Fixed
84

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
1912

2013
#### Changed
2114

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
2319

20+
- [#726](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/726) How to Develop ActiveRecord SQL Server Adapter with Pre-Installed MS SQL
2421

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

Comments
 (0)