Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | limit and top files are not needed | Aaron Patterson | 2011-01-03 | 2 | -13/+0 |
* | Merge branch '2-0-stable' into merge | Aaron Patterson | 2011-01-03 | 4 | -3/+19 |
|\ | |||||
| * | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able... | Viacheslav Petrenko | 2011-01-03 | 3 | -1/+15 |
* | | requiring that the primary key be set on the UpdateManager so that databases ... | Aaron Patterson | 2010-12-24 | 1 | -2/+4 |
* | | fixing typo, thanks @devwout | Aaron Patterson | 2010-12-21 | 1 | -1/+1 |
* | | removing commented out code | Aaron Patterson | 2010-12-14 | 1 | -7/+0 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 7 | -38/+24 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 7 | -37/+12 |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 5 | -31/+9 |
* | | removing more nodes! | Aaron Patterson | 2010-12-14 | 7 | -31/+16 |
* | | remove some nodes | Aaron Patterson | 2010-12-14 | 5 | -30/+0 |
* | | adding factory methods to node base class | Aaron Patterson | 2010-12-14 | 2 | -1/+2 |
* | | string join should be a unary op | Aaron Patterson | 2010-12-14 | 1 | -0/+3 |
* | | removing test code. :-( | Aaron Patterson | 2010-12-14 | 1 | -4/+0 |
* | | fixing create_string_join factory method | Aaron Patterson | 2010-12-14 | 2 | -0/+5 |
* | | adding a join source node | Aaron Patterson | 2010-12-14 | 4 | -18/+41 |
* | | AND nodes are now n-ary | Aaron Patterson | 2010-12-09 | 2 | -1/+18 |
* | | converting froms to from | Aaron Patterson | 2010-12-07 | 1 | -3/+6 |
* | | adding a join factory method on the select manager | Aaron Patterson | 2010-12-07 | 1 | -2/+2 |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -1/+1 |
|\| | |||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 1 | -1/+1 |
* | | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 1 | -0/+4 |
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 1 | -0/+2 |
|/ | |||||
* | rails 3.0.x will not let us have nice things | Aaron Patterson | 2010-12-01 | 1 | -2/+0 |
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 1 | -0/+2 |
* | adding ancestor test | Aaron Patterson | 2010-11-29 | 3 | -3/+3 |
* | updating nodes and depth first visitor | Aaron Patterson | 2010-11-29 | 7 | -38/+25 |
* | adding unary node | Aaron Patterson | 2010-11-29 | 6 | -28/+21 |
* | insert statements supported | Aaron Patterson | 2010-11-29 | 2 | -2/+2 |
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 1 | -0/+7 |
* | make table aliases cheaper to allocate | Aaron Patterson | 2010-11-24 | 1 | -6/+2 |
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+6 |
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 2 | -0/+18 |
* | arel more nicely supports EXISTS queries | Aaron Patterson | 2010-11-05 | 1 | -6/+2 |
* | Refactor predication methods to be available to SqlLiterals as well. | Ernie Miller | 2010-10-27 | 1 | -0/+1 |
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 1 | -1/+1 |
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 1 | -0/+19 |
* | adding better dot file support for our nodes | Aaron Patterson | 2010-09-29 | 4 | -3/+5 |
* | Add support for remaining *_any/*_all attribute methods, and add matches/does... | Ernie Miller | 2010-09-29 | 3 | -0/+18 |
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 4 | -26/+11 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+6 |
* | moving expression up to function class | Aaron Patterson | 2010-09-23 | 2 | -1/+1 |
* | adding a select statment visitor | Aaron Patterson | 2010-09-23 | 1 | -1/+2 |
* | quoting update values using the column | Aaron Patterson | 2010-09-22 | 1 | -0/+4 |
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 1 | -1/+3 |
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 2 | -0/+12 |
* | removing some debugging code. oops! | Aaron Patterson | 2010-09-20 | 1 | -4/+0 |
* | from does not need to be a list | Aaron Patterson | 2010-09-20 | 1 | -2/+2 |
* | adding crazy code to fix the last two AR tests | Aaron Patterson | 2010-09-20 | 1 | -0/+4 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 3 | -9/+42 |