jruby / activerecord-jdbcsqlserver-adapter

SQL Server Adapter for Rails (JRuby JDBC support)
https://github.com/jruby/activerecord-jdbc-adapter/
MIT License
2 stars 4 forks source link

use of activerecord-jdbcsqlserver-adapter with jruby and Rails-6 #8

Open wolfkogu opened 6 months ago

wolfkogu commented 6 months ago

Hi All,

I am using activerecord-jdbcsqlserver-adapter with Rails-5.2.8.1 on jruby-9.3.14 and want to upgradde to Rails-6. Unfortunately, there is no version of activerecord-jdbcsqlserver-addapter supporting Rails-6.

Why is the activerecord-jdbcsqlserver-adapter not supported anymore? Is there any chance of further support?

activerecord-sqlserver-adapter is still supported, but no option for me because of jruby (I guess).

Thanks in advance!

enebo commented 6 months ago

@wolfkogu The people who were hacking on this have stopped (Although perhaps they will startup again at some point). You can also use https://github.com/JesseChavez/activerecord-jdbc-adapter which does support up to 7.0 of Rails for sqlserver.

wolfkogu commented 6 months ago

@enebo Thanks a lot for your hint, I will give it a try.