|
1 |
| -# ActiveRecord SQL Server Adapter. For SQL Server 2012 And Higher. |
| 1 | +# ActiveRecord SQL Server Adapter |
2 | 2 |
|
3 | 3 | * [](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/actions/workflows/ci.yml) - CI
|
4 | 4 | * [](https://rubygems.org/gems/activerecord-sqlserver-adapter) - Gem Version
|
|
8 | 8 |
|
9 | 9 | The SQL Server adapter for ActiveRecord using SQL Server 2012 or higher.
|
10 | 10 |
|
11 |
| -Interested in older versions? We follow a rational versioning policy that tracks Rails. That means that our 7.x version |
12 |
| -of the adapter is only for the latest 7.x version of Rails. If you need the adapter for SQL Server 2008 or 2005, you |
13 |
| -are still in the right spot. Just install the latest 3.2.x to 4.1.x version of the adapter that matches your Rails |
14 |
| -version. We also have stable branches for each major/minor release of ActiveRecord. For older versions, please check |
15 |
| -their stable branches. |
| 11 | +We follow a rational versioning policy that tracks Rails. That means that our 7.x version of the adapter is only |
| 12 | +for the latest 7.x version of Rails. We also have stable branches for each major/minor release of ActiveRecord. |
| 13 | + |
| 14 | +We support the versions of the adapter that are in the Rails [Bug Fixes](https://rubyonrails.org/maintenance) |
| 15 | +maintenance group. |
| 16 | + |
| 17 | +See [Rubygems](https://rubygems.org/gems/activerecord-sqlserver-adapter/versions) for the latest version of the adapter for each Rails release. |
16 | 18 |
|
17 | 19 | | Adapter Version | Rails Version | Support | Branch |
|
18 | 20 | |-----------------|---------------|----------------|-------------------------------------------------------------------------------------------------|
|
19 | 21 | | Unreleased | `8.0.x` | In Development | [main](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main) |
|
20 | 22 | | `7.2.x` | `7.2.x` | Active | [7-2-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-2-stable) |
|
21 | 23 | | `7.1.x` | `7.1.x` | Active | [7-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-1-stable) |
|
22 |
| -| `7.0.x` | `7.0.x` | Active | [7-0-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-0-stable) | |
23 |
| -| `6.1.x` | `6.1.x` | Active | [6-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/6-1-stable) | |
| 24 | +| `7.0.x` | `7.0.x` | Ended | [7-0-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-0-stable) | |
| 25 | +| `6.1.x` | `6.1.x` | Ended | [6-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/6-1-stable) | |
24 | 26 | | `6.0.x` | `6.0.x` | Ended | [6-0-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/6-0-stable) |
|
25 | 27 | | `5.2.x` | `5.2.x` | Ended | [5-2-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/5-2-stable) |
|
26 | 28 | | `5.1.x` | `5.1.x` | Ended | [5-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/5-1-stable) |
|
27 | 29 | | `4.2.x` | `4.2.x` | Ended | [4-2-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/4-2-stable) |
|
28 | 30 | | `4.1.x` | `4.1.x` | Ended | [4-1-stable](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/4-1-stable) |
|
29 | 31 |
|
30 |
| -See [Rubygems](https://rubygems.org/gems/activerecord-sqlserver-adapter/versions) for the latest version of the adapter for each Rails release. |
31 | 32 |
|
32 | 33 | #### Native Data Type Support
|
33 | 34 |
|
|
0 commit comments