1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Aaron Patterson
af5dd388cc just return a blank string if the base from is not a join 2010-12-07 15:11:22 -08:00
Aaron Patterson
40603729cc attributes do not need a column member 2010-12-03 15:24:30 -08:00
Aaron Patterson
691c9d2d96 doing a little cleanup on the visitors 2010-10-19 11:47:00 -07:00
Aaron Patterson
b95deec5c7 from does not need to be a list 2010-09-20 14:27:34 -07:00
Aaron Patterson
f4ea59ab4d JoinSql visitor will visit left side if left is a join 2010-09-15 10:50:20 -07:00
Aaron Patterson
5ea9813003 OUTER JOIN should be LEFT OUTER JOIN 2010-09-12 19:22:19 -07:00
Aaron Patterson
f6d6d03297 only visiting left side if left side is a JOIN 2010-09-12 16:35:13 -07:00
Aaron Patterson
14ad563ee1 supporting StringJoin in the JoinSQL visitor 2010-09-12 15:45:59 -07:00
Aaron Patterson
9c4670c650 moving visitor logic to the visitor 2010-08-24 18:13:01 -07:00
Aaron Patterson
55d1f9fd12 adding string join nodes and a visitor to produce backwards compatible "join_sql" 2010-08-24 17:59:03 -07:00