1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/arel/visitors
Ryuta Kamizono b1646a48fa Make where_sql more few code
To be honest, it is hardly worth having a dedicated method for
`where_sql`, since it is a reduced version of `to_sql`.

I've left it for now, but just made it more few code (used `to_sql`).
2020-06-17 10:50:34 +09:00
..
dot.rb Merge branch 'fix-array-builder-wheres' 2020-05-05 12:57:14 -04:00
mysql.rb Merge pull request #37358 from louim/doc/update-mysql-doc-to-current 2019-10-05 00:43:55 +09:00
postgresql.rb Do not need explicit handler for InfixOperation's subclasses 2020-05-18 08:18:55 +09:00
sqlite.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
to_sql.rb Merge pull request #39219 from kamipo/bind_param 2020-05-18 15:20:00 +09:00
visitor.rb Share the Arel dispatch cache between connections 2019-07-10 11:54:32 +02:00