-
Ryuta Kamizono authored
It is caused by #40749. `Arel.sql`ed string will be avoided from quoting, it should be raw string before using it for table alias. Fixes https://github.com/rails/rails/issues/41010#issuecomment-761994291.
Ryuta Kamizono authoredIt is caused by #40749. `Arel.sql`ed string will be avoided from quoting, it should be raw string before using it for table alias. Fixes https://github.com/rails/rails/issues/41010#issuecomment-761994291.
Loading