Skip to content

Commit ab99560

Browse files
committed
mention and link SQLServer adapter fork
1 parent d038907 commit ab99560

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
ActiveRecord-JDBC-Adapter (AR-JDBC) is the main database adapter for Rails'
66
*ActiveRecord* component that can be used with [JRuby][0].
77
ActiveRecord-JDBC-Adapter provides full or nearly full support for:
8-
**MSSQL**, **MySQL**, **PostgreSQL**, **SQLite3**. Unless we get more contributions
9-
we will not be going beyond these four adapters. Note that the amount of work needed to get
10-
another adapter is not huge but the amount of testing required to make sure
11-
that adapter continues to work is not something we can do with the resources
12-
we currently have.
8+
**MySQL**, **PostgreSQL**, **SQLite3** and **MSSQL*** (SQLServer).
139

14-
For Oracle database users you are encouraged to use
15-
https://github.com/rsim/oracle-enhanced.
10+
Unless we get more contributions we will not be supporting more adapters.
11+
Note that the amount of work needed to get another adapter is not huge but
12+
the amount of testing required to make sure that adapter continues to work
13+
is not something we can do with the resources we currently have.
14+
15+
- for **Oracle** database users you are encouraged to use
16+
https://github.com/rsim/oracle-enhanced
17+
- **MSSQL** adapter's gem parts reside in a [separate repository][8]
1618

1719
Version **50.x** supports Rails version 5.0.x and it lives on branch 50-stable.
1820
Version **51.x** supports Rails version 5.1.x and is currently on master until
@@ -28,10 +30,10 @@ To use AR-JDBC with JRuby on Rails:
2830
1. Choose the adapter you wish to gem install. The following pre-packaged
2931
adapters are available:
3032

31-
- MSSQL (`activerecord-jdbcsqlserver-adapter`)
3233
- MySQL (`activerecord-jdbcmysql-adapter`)
3334
- PostgreSQL (`activerecord-jdbcpostgresql-adapter`)
3435
- SQLite3 (`activerecord-jdbcsqlite3-adapter`)
36+
- MSSQL (`activerecord-jdbcsqlserver-adapter`)
3537

3638
2. If you're generating a new Rails application, use the following command:
3739

@@ -166,4 +168,4 @@ license the database's drivers are licensed. See each driver gem's LICENSE.txt.
166168
[5]: https://github.com/jruby/activerecord-jdbc-adapter/wiki
167169
[6]: https://webchat.freenode.net/?channels=#jruby
168170
[7]: http://badge.fury.io/rb/activerecord-jdbc-adapter
169-
[8]: https://github.com/jruby/activerecord-jdbc-adapter/wiki/Migrating-from-1.2.x-to-1.3.0
171+
[8]: https://github.com/jruby/activerecord-jdbcsqlserver-adapter

0 commit comments

Comments
 (0)