rails/arel

Delegate #to_s to #to_sql

shlima opened this issue · 1 comments

Please delegate #to_s to #to_sql it is useful in plain text SQL queries with Arel interpolations inside

Thank you for the issue. The entire point of Arel is to not have "SQL queries with Arel interpolations inside". That being said even that it is useful it may break some applications so it is better to avoid this change.