oracle-enhanced icon indicating copy to clipboard operation
oracle-enhanced copied to clipboard

Rails 7.1 use the visitor pattern when building the in clause (6)

Open andynu opened this issue 11 months ago • 0 comments

Rails 7.1 use the visitor pattern when building the in clause.

See https://github.com/rails/rails/commit/07d2407beef5479751062d97d775edb4e1614684

Both table_name and column_name were removed in favor of doing o.left in the visitor pattern. This is just mimicking the adjustments from upstream.

Stacked on #2371

andynu avatar Mar 25 '24 13:03 andynu