rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 558 forks source link

Fixed adapter to pass SQL Server only tests #1081

Closed aidanharan closed 9 months ago

aidanharan commented 9 months ago

Fixed the adapter so that the SQL Server only tests (bundle exec rake test ONLY_SQLSERVER=1) are passing. The Rails Active Record tests are still failing.

Many of the changes were required to accommodate https://github.com/rails/rails/pull/44591