Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-03-07 | 1 | -0/+4 | |
|\ | ||||||
| * | Add an #table_name method to Table and TableAlias, which always returns the a... | Jon Leighton | 2011-03-04 | 1 | -0/+4 | |
* | | Merge remote branch 'stiff/master' into omg | Aaron Patterson | 2011-03-07 | 1 | -0/+15 | |
|\ \ | |/ |/| | ||||||
| * | implemented support for math operations in numeric attributes | Vladimir Meremyanin | 2011-01-29 | 1 | -0/+15 | |
* | | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 2 | -10/+1 | |
* | | Merge remote branch 'jstorimer/master' into omg | Aaron Patterson | 2011-02-21 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Allow database specific locking clauses to be used | Jesse Storimer | 2011-01-20 | 1 | -0/+4 | |
* | | | Fix #not to stop wrapping in a grouping node | Ernie Miller | 2011-02-11 | 1 | -1/+1 | |
* | | | Merge branch 'named-function-predicates' | Aaron Patterson | 2011-02-02 | 1 | -0/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Chain predications off of named functions | Daniel Azuma | 2011-01-19 | 1 | -0/+2 | |
| |/ | ||||||
* | | Added support for INTERSECT and EXCEPT | Brian Cardarella | 2011-01-22 | 1 | -0/+2 | |
* | | WTF, tabs? | Paul Sadauskas | 2011-01-21 | 1 | -6/+6 | |
* | | With node takes an array, less code to determine alternative nodes | Paul Sadauskas | 2011-01-21 | 1 | -8/+1 | |
* | | Don't need with_recursive | Paul Sadauskas | 2011-01-21 | 1 | -2/+1 | |
* | | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 3 | -6/+27 | |
|/ | ||||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 3 | -4/+14 | |
* | 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 |