Replies: 1 comment
-
I'm generally against adding aliases, unless the current method name is wrong or misleading. This is something that users can easily add by themselves if they want. FWIW, I don't think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it a ridiculous idea to have a
to_sql
method?Why?
My argument:
to_sql
is more ruby-esque, liketo_s
,to_h
, or like ActiveRecord whereto_sql
does the same thing, and is arguably more expessive.I had tried the above
to_sql
and was surprised to see it not there. A google search turned up the right answer, but it prompted the above thought. my two cents.Beta Was this translation helpful? Give feedback.
All reactions