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

26 commits

Author SHA1 Message Date
Aaron Patterson
691c9d2d96 doing a little cleanup on the visitors 2010-10-19 11:47:00 -07:00
Ernie Miller
eef61ab909 Support Attribute#asc and Attribute#desc to create orderings 2010-09-29 20:08:57 -04:00
Ernie Miller
25e86266af Support visiting Arel_Attribute_Float 2010-09-29 19:07:33 -04:00
Aaron Patterson
c308de87fa adding better dot file support for our nodes 2010-09-29 14:32:52 -07:00
Aaron Patterson
7a625bf74e fixing column escape for IN nodes. [resolves:5732] 2010-09-29 14:18:18 -07:00
Aaron Patterson
d94122485a adding offset edge 2010-09-24 11:51:34 -07:00
Aaron Patterson
b12a0c33c0 visiting value nodes in the dot visitor 2010-09-14 14:27:37 -07:00
Aaron Patterson
de5f2916aa adding orders edge to the dot visitor 2010-09-14 11:21:50 -07:00
Aaron Patterson
81faff66f8 Merge branch 'v1' of github.com:flavorjones/arel into v1
* 'v1' of github.com:flavorjones/arel:
  sql visitor should emit a table alias name when visiting an attribute, if a table alias exists.
  dot visitor for binary nodes

Conflicts:
	lib/arel/visitors/dot.rb
2010-09-14 10:07:34 -07:00
Aaron Patterson
886dff81c0 adding AND nodes to dot visitor 2010-09-14 10:06:46 -07:00
Mike Dalessio
5c9b50e93f dot visitor for binary nodes 2010-09-14 08:38:41 -04:00
Aaron Patterson
5315977027 visiting constraint edges of joins 2010-09-12 17:49:08 -07:00
Aaron Patterson
14ad563ee1 supporting StringJoin in the JoinSQL visitor 2010-09-12 15:45:59 -07:00
Aaron Patterson
e060610897 equality should handle nil correctly 2010-09-10 13:26:30 -07:00
Aaron Patterson
ab55d3bfc1 visiting symbols in the SQL visitor 2010-09-08 13:44:34 -07:00
Aaron Patterson
e614fcc03f visiting outer joins 2010-09-07 15:13:44 -07:00
Aaron Patterson
9f9b32544d getting better on joins 2010-09-07 15:10:27 -07:00
Aaron Patterson
c14c5c16f2 dot visitor can visit count nodes 2010-09-06 18:07:36 -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
Mike Dalessio
f8376607cd dot visitor supports Arel::Nodes::UpdateStatement 2010-08-16 22:59:52 -04:00
Mike Dalessio
e6f12b13d7 dot visitor supports Arel::Nodes::Equality 2010-08-16 22:34:07 -04:00
Mike Dalessio
57d65bde63 dot visitor supports symbols 2010-08-16 22:29:35 -04:00
Aaron Patterson
1aa48994b2 sql visitor can deal with TrueClass 2010-08-16 15:46:53 -07:00
Aaron Patterson
bd3ecd761e quoting strings from equality statements, adding to_dot 2010-08-16 14:09:48 -07:00
Aaron Patterson
9fc70e22f9 insert manager implements "insert" 2010-08-13 18:28:38 -07:00
Aaron Patterson
3eeed18e0c adding a dot visitor to make our lives easier 2010-08-13 18:05:38 -07:00