rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
972 stars 559 forks source link

Remove visit_Arel_Nodes_HomogeneousIn monkey-patch #1068

Closed aidanharan closed 1 year ago

aidanharan commented 1 year ago

Fix the following errors in Rails 7.1 tests (https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/1067):

NoMethodError: undefined method `table_name' for #<Arel::Nodes::HomogeneousIn...

Example: https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/actions/runs/5749938359/job/15585717869?pr=1066#step:4:567

Doesn't appear the visit_Arel_Nodes_HomogeneousIn monkey-patch is still required.