Skip to content

Commit c941d93

Browse files
committed
Add links to PRs in the Changelog
1 parent 9bcf6aa commit c941d93

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22

33
#### Fixed
44

5-
- #691 Fix constraints bug
6-
- #700 SET SINGLE_USER before dropping the database
7-
- #733 Calculate should not remove ordering for MSSQL
8-
- #735 Order by selected items when using distinct exists
9-
- #737 Use default precision for 'time' column type
10-
- #744 Adapter does not use prepared statement cache
11-
- #743 Set default time precision when registering time type
12-
- #745 Quoted table names containing square brackets need to be regex escaped
5+
- [#691](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/691) Fix constraints bug
6+
- [#700](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/700) SET SINGLE_USER before dropping the database
7+
- [#733](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/733) Calculate should not remove ordering for MSSQL
8+
- [#735](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/735) Order by selected items when using distinct exists
9+
- [#737](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/737) Use default precision for 'time' column type
10+
- [#744](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/744) Adapter does not use prepared statement cache
11+
- [#743](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/743) Set default time precision when registering time type
12+
- [#745](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/745) Quoted table names containing square brackets need to be regex escaped
1313

1414
## v5.2.0
1515

1616
#### Fixed
1717

18-
- #686 sql_for_insert set table name in case when pk is not nil
18+
- [#686](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/686) sql_for_insert set table name in case when pk is not nil
1919

2020
## v5.2.0.rc2
2121

2222
#### Fixed
2323

24-
- #681 change_column_null should not clear other column attributes. Fixes #582.
25-
- #684 Fix explain with array conditions. Fixes #673.
24+
- [#681](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/681) change_column_null should not clear other column attributes. Fixes #582.
25+
- [#684](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/684) Fix explain with array conditions. Fixes #673.
2626

2727
## v5.2.0.rc1
2828

2929
#### Fixed
3030

31-
- #638 Don't disable referential integrity for the same table twice.
32-
- #646 Make String equality check work for Type::Data values. Fixes #645.
33-
- #671 Fix tinyint columns schema migration. Fixes #670.
31+
- [#638](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/638) Don't disable referential integrity for the same table twice.
32+
- [#646](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/646) Make String equality check work for Type::Data values. Fixes #645.
33+
- [#671](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/671) Fix tinyint columns schema migration. Fixes #670.
3434

3535
#### Changed
3636

37-
- #642 Added with (nolock) hint to information_schema.views.
37+
- [#642](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/642) Added with (nolock) hint to information_schema.views.
3838

3939

4040
Please check [5-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/5-1-stable/CHANGELOG.md) for previous changes.

0 commit comments

Comments
 (0)