|
2 | 2 |
|
3 | 3 | #### Fixed
|
4 | 4 |
|
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 |
13 | 13 |
|
14 | 14 | ## v5.2.0
|
15 | 15 |
|
16 | 16 | #### Fixed
|
17 | 17 |
|
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 |
19 | 19 |
|
20 | 20 | ## v5.2.0.rc2
|
21 | 21 |
|
22 | 22 | #### Fixed
|
23 | 23 |
|
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. |
26 | 26 |
|
27 | 27 | ## v5.2.0.rc1
|
28 | 28 |
|
29 | 29 | #### Fixed
|
30 | 30 |
|
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. |
34 | 34 |
|
35 | 35 | #### Changed
|
36 | 36 |
|
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. |
38 | 38 |
|
39 | 39 |
|
40 | 40 | 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