Skip to content

Rename CTE's with_value to with_value_ to avoid conflict

What

Rename CTE's with_value to with_value_ to avoid conflict

Why

Rails 7.1 implements #with method for CTE and also defines methods that conflict with our methods.

Let's resolve the conflict and revisit this implementation after GitLab Rails is upgraded to 7.1

Edited by Igor Drozdov

Merge request reports