rails-sqlserver / activerecord-sqlserver-adapter

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

Fix Preloader to not generate a query for already loaded association with query_constraints #1150

Closed aidanharan closed 5 months ago

aidanharan commented 5 months ago

Ported fix in https://github.com/rails/rails/pull/50325 to the adapter. This will fix the test suite for the Rails 7.1.3 release.