1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel/visitors
claudiob 621775361c Completes 08e6491 in reusing maybe_visit
😓 I don't know why the tests did not fail, but to keep
the same syntax as before, `collector =` is required.

Maybe `visit` changes `collector` in-place, so the result is the
same, but since I'm not sure about the side effects, I think this
PR is needed to. Sorry! 😓
2014-10-23 17:35:43 -07:00
..
bind_substitute.rb Fix typo delegte => delegate 2014-05-25 21:46:47 +05:30
bind_visitor.rb make the bindvalue visitor backwards compatible 2014-04-09 10:24:41 -07:00
depth_first.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00
dot.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00
ibm_db.rb fixing ibm db 2014-04-08 21:15:15 -07:00
informix.rb Informix versions < 10 use 'FIRST' keyword instead of 'LIMIT' 2014-09-16 22:26:35 +02:00
mssql.rb mssql visitor is working 2014-04-08 20:56:49 -07:00
mysql.rb Reuse maybe_visit method 2014-10-23 17:23:30 -07:00
oracle.rb Wrap group_by sql with a subquery for limiting rows in Oracle. 2014-09-16 07:19:03 -07:00
postgresql.rb postgresql visitor is working 2014-04-08 17:16:21 -07:00
reduce.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00
sqlite.rb fix sqlite visitor 2014-04-08 17:04:08 -07:00
to_sql.rb Completes 08e6491 in reusing maybe_visit 2014-10-23 17:35:43 -07:00
visitor.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00
where_sql.rb move the dispatch table to be per-instance 2014-09-22 11:01:03 -07:00