Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Make #with chainable | Paul Sadauskas | 2011-02-02 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | Added MINUS for Oracle | Brian Cardarella | 2011-01-23 | 2 | -0/+5 | |
* | | no need for is_a? check | Aaron Patterson | 2011-01-22 | 1 | -1/+1 | |
* | | other should not be optional | Aaron Patterson | 2011-01-22 | 1 | -6/+4 | |
* | | Added support for INTERSECT and EXCEPT | Brian Cardarella | 2011-01-22 | 3 | -0/+20 | |
* | | WTF, tabs? | Paul Sadauskas | 2011-01-21 | 3 | -39/+39 | |
* | | WITH expr as array in visitor | Paul Sadauskas | 2011-01-21 | 2 | -4/+3 | |
* | | With node takes an array, less code to determine alternative nodes | Paul Sadauskas | 2011-01-21 | 2 | -18/+3 | |
* | | Don't need with_recursive | Paul Sadauskas | 2011-01-21 | 2 | -3/+1 | |
* | | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 6 | -6/+75 | |
|/ | ||||||
* | Added Arel::Nodes::NamedFunction for representing generic SQL functions | Aaron Patterson | 2011-01-04 | 7 | -11/+47 | |
* | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-04 | 1 | -1/+0 | |
|\ | ||||||
| * | visiting via superclass is OK, since module definitions help delegate | Aaron Patterson | 2011-01-04 | 1 | -1/+0 | |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 2 | -2/+2 | |
|\| | ||||||
| * | adding better tests surrounding limits in adapter visitors | Aaron Patterson | 2011-01-03 | 2 | -2/+2 | |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 2 | -2/+2 | |
|\| | ||||||
| * | making sure limit is correctly copied to update manager | Aaron Patterson | 2011-01-03 | 2 | -2/+2 | |
* | | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-01-03 | 1 | -8/+12 | |
|\ \ | ||||||
| * | | Allow HAVING to take multiple conditions, like WHERE | Jon Leighton | 2011-01-04 | 1 | -8/+12 | |
* | | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -1/+0 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | should return nil instead of empty string | Aaron Patterson | 2011-01-03 | 1 | -1/+0 | |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2011-01-03 | 1 | -3/+4 | |
|\| | ||||||
| * | we do not need to modify the AST | Aaron Patterson | 2011-01-03 | 1 | -3/+4 | |
| * | fixing tests for oracle visitor | Aaron Patterson | 2011-01-03 | 1 | -1/+2 | |
| * | fisting lots of oracle errors | Aaron Patterson | 2011-01-03 | 1 | -4/+4 | |
* | | fisting lots of oracle errors | Aaron Patterson | 2011-01-03 | 1 | -4/+4 | |
* | | top and limit can be visited | Aaron Patterson | 2011-01-03 | 2 | -0/+4 | |
* | | fisting mergefail | Aaron Patterson | 2011-01-03 | 1 | -4/+0 | |
* | | 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 | 10 | -9/+60 | |
|\| | ||||||
| * | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able... | Viacheslav Petrenko | 2011-01-03 | 10 | -7/+54 | |
| * | consolidating dot visitor methods | Aaron Patterson | 2010-12-07 | 1 | -12/+0 | |
| * | refactoring where, fixing subselect | Aaron Patterson | 2010-12-07 | 6 | -16/+13 | |
| * | implementation for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 2 | -10/+12 | |
| * | quoting limit nodes | Aaron Patterson | 2010-12-07 | 3 | -3/+3 | |
* | | adding deprecation warning for where_clauses | Aaron Patterson | 2010-12-26 | 2 | -1/+7 | |
* | | testing binary ops in the dot visitor | Aaron Patterson | 2010-12-25 | 2 | -15/+18 | |
* | | requiring that the primary key be set on the UpdateManager so that databases ... | Aaron Patterson | 2010-12-24 | 4 | -6/+23 | |
* | | sql literals may be used as column attributes | Aaron Patterson | 2010-12-22 | 3 | -22/+29 | |
* | | fixing typo, thanks @devwout | Aaron Patterson | 2010-12-21 | 1 | -1/+1 | |
* | | make our caching per connection pool, not per connection | Aaron Patterson | 2010-12-20 | 1 | -7/+9 | |
* | | fix join dot visitors | Aaron Patterson | 2010-12-20 | 1 | -2/+0 | |
* | | removing commented out code | Aaron Patterson | 2010-12-14 | 1 | -7/+0 | |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 9 | -57/+47 | |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 9 | -46/+17 | |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 6 | -36/+12 | |
* | | removing more nodes! | Aaron Patterson | 2010-12-14 | 8 | -41/+17 | |
* | | 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 | |
* | | adding join_sources so we can access the join sources of the select core | Aaron Patterson | 2010-12-14 | 1 | -0/+4 |