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

20 commits

Author SHA1 Message Date
Aaron Patterson
6e05eef9e9 group nodes are working! 2010-09-07 15:47:38 -07:00
Aaron Patterson
d0e6b969d6 nooping on nil parameters 2010-09-07 15:27:08 -07:00
Aaron Patterson
9f9b32544d getting better on joins 2010-09-07 15:10:27 -07:00
Aaron Patterson
4ef7ee8f35 doing sql literal conversion 2010-09-07 11:02:38 -07:00
Aaron Patterson
c59f91e4af return sql literal nodes 2010-08-24 18:38:15 -07:00
Aaron Patterson
da958b98ea adding order clauses method to the select manager 2010-08-24 18:36: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
Aaron Patterson
f4194815e6 not implementing to_a yet 2010-08-23 16:07:32 -07:00
Aaron Patterson
f2144229f5 project takes *args now 2010-08-23 14:59:53 -07:00
Aaron Patterson
a3b8ef8375 orders are working 2010-08-22 18:13:39 -07:00
Aaron Patterson
6451188abf adding outer joins 2010-08-19 10:37:50 -07:00
Aaron Patterson
6b851c686f joins can be created 2010-08-18 16:32:32 -07:00
Aaron Patterson
9daa0bbe15 adding some activerecord compatibility 2010-08-16 17:44:48 -07:00
Aaron Patterson
6544a9b369 adding deprecated crud module for backwards compat 2010-08-16 14:56:56 -07:00
Aaron Patterson
e1155aa922 update is working on the select manager 2010-08-14 19:48:33 -07:00
Aaron Patterson
74a27a0d83 inserts have the correct syntax 2010-08-13 18:55:15 -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
Aaron Patterson
b1e7bd7d02 insert manager is starting to take shape 2010-08-13 15:30:22 -07:00