rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
974 stars 563 forks source link

Fixes before abstract adapter refactor #1214

Closed aidanharan closed 3 months ago

aidanharan commented 3 months ago

The ActiveRecord abstract adapter was refactored in https://github.com/rails/rails/pull/52428. This PR contains the fixes required to get the tests passing before the abstract adapter refactoring. Note: The Rails SHA before the refactor was 0b3320bcd5e705302b5707bcf27a80537b812c1f

Changes also required to use IndexResults rows instead of converting them to hashes. See https://github.com/rails/rails/pull/51744