rails-sqlserver / activerecord-sqlserver-adapter

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

Update calculate monkey-patch #1090

Closed aidanharan closed 9 months ago

aidanharan commented 9 months ago

Fixes the failing activerecord/test/cases/null_relation_test.rb tests. Needed to copy over the changes made to the ActiveRecord::Calculations.calculate method that we monkey-patch.

Cleaned up the construct_relation_for_exists monky-patch too.