|
2 | 2 |
|
3 | 3 | #### Changed |
4 | 4 |
|
5 | | -- [#1073](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1073) Improve performance of view default function lookup |
6 | | - |
7 | | -#### Fixed |
8 | | - |
9 | | -- [#1088](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1088) Fix creation of stored procedures that contain insert statements |
10 | | - |
11 | | -## v7.0.3.0 |
12 | | - |
13 | | -#### Fixed |
14 | | - |
15 | | -- [#1052](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1052) Ignore casing of VALUES clause when inserting records using SQL |
16 | | -- [#1053](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1053) Fix insertion of records to non-default schema table using raw SQL |
17 | | -- [#1059](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1059) Fix enums defined on string columns |
18 | | - |
19 | | -#### Changed |
20 | | - |
21 | | -- [#1057](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1057) Set precision 6 by default for timestamps. |
22 | | - |
23 | | -## v7.0.2.0 |
24 | | - |
25 | | -[Full changelog](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/compare/v7.0.1.0...v7.0.2.0) |
26 | | - |
27 | | -#### Fixed |
28 | | - |
29 | | -- [#1049](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1049) Fix for inserting records into non-dbo schema table. |
30 | | - |
31 | | -## v7.0.1.0 |
32 | | - |
33 | | -[Full changelog](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/compare/v7.0.0.0...v7.0.1.0) |
34 | | - |
35 | 5 | #### Fixed |
36 | 6 |
|
37 | | -- [#1029](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1029) Handle views defined in other databases. |
38 | | -- [#1033](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1033) Support proc default values in ruby 3.2. |
39 | | -- [#1020](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1020) Support using adapter as a stand-alone gem. |
40 | | -- [#1039](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1039) Fix hook method that allows custom connection configuration. |
41 | | - |
42 | | -#### Changed |
43 | | - |
44 | | -- [#1021](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1021) Freeze the SQL sent to instrumentation. |
45 | | - |
46 | | -## v7.0.0.0 |
47 | | - |
48 | | -[Full changelog](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/compare/v7.0.0.0.rc1...v7.0.0.0) |
49 | | - |
50 | | -#### Fixed |
51 | | - |
52 | | -- [#1002](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1002) Fix support for index types |
53 | | - |
54 | | -#### Changed |
55 | | - |
56 | | -- [#1004](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1004) Dump the precision for datetime columns following the new defaults. |
57 | | - |
58 | | -## v7.0.0.0.rc1 |
59 | | - |
60 | | -[Full changelog](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/compare/6-1-stable...v7.0.0.0.rc1) |
61 | | - |
62 | | -#### Changed |
63 | | - |
64 | | -- [#968](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/968) Define adapter type maps statically |
65 | | -- [#983](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/983) Optimize remove_columns to use a single SQL statement |
66 | | -- [#984](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/984) Better handle SQL queries with invalid encoding |
67 | | -- [#988](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/988) Raise `ActiveRecord::StatementInvalid` when `columns` is called with a non-existing table (***breaking change***) |
68 | | - |
69 | 7 | #### Added |
70 | 8 |
|
71 | | -- [#972](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/972) Support `ActiveRecord::QueryLogs` |
72 | | -- [#981](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/981) Support `find_by` an encrypted attribute |
73 | | -- [#985](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/985) Support string returning clause for `ActiveRecord#insert_all` |
74 | | - |
75 | | -Please check [6-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/6-1-stable/CHANGELOG.md) for previous changes. |
| 9 | +Please check [7-0-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/7-0-stable/CHANGELOG.md) for previous changes. |
0 commit comments