aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Chain predications off of named functionsDaniel Azuma2011-01-191-0/+2
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-047-11/+47
* Merge branch '2-0-stable'Aaron Patterson2011-01-041-1/+0
|\
| * visiting via superclass is OK, since module definitions help delegateAaron Patterson2011-01-041-1/+0
* | Merge branch '2-0-stable'Aaron Patterson2011-01-032-2/+2
|\|
| * adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-032-2/+2
* | Merge branch '2-0-stable'Aaron Patterson2011-01-032-2/+2
|\|
| * making sure limit is correctly copied to update managerAaron Patterson2011-01-032-2/+2
* | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-01-031-8/+12
|\ \
| * | Allow HAVING to take multiple conditions, like WHEREJon Leighton2011-01-041-8/+12
* | | Merge branch '2-0-stable'Aaron Patterson2011-01-031-1/+0
|\ \ \ | |/ / |/| / | |/
| * should return nil instead of empty stringAaron Patterson2011-01-031-1/+0
* | Merge branch '2-0-stable'Aaron Patterson2011-01-031-3/+4
|\|
| * we do not need to modify the ASTAaron Patterson2011-01-031-3/+4
| * fixing tests for oracle visitorAaron Patterson2011-01-031-1/+2
| * fisting lots of oracle errorsAaron Patterson2011-01-031-4/+4
* | fisting lots of oracle errorsAaron Patterson2011-01-031-4/+4
* | top and limit can be visitedAaron Patterson2011-01-032-0/+4
* | fisting mergefailAaron Patterson2011-01-031-4/+0
* | limit and top files are not neededAaron Patterson2011-01-032-13/+0
* | Merge branch '2-0-stable' into mergeAaron Patterson2011-01-0310-9/+60
|\|
| * Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...Viacheslav Petrenko2011-01-0310-7/+54
| * consolidating dot visitor methodsAaron Patterson2010-12-071-12/+0
| * refactoring where, fixing subselectAaron Patterson2010-12-076-16/+13
| * implementation for passing a subquery to #in and #not_inSven Fuchs2010-12-072-10/+12
| * quoting limit nodesAaron Patterson2010-12-073-3/+3
* | adding deprecation warning for where_clausesAaron Patterson2010-12-262-1/+7
* | testing binary ops in the dot visitorAaron Patterson2010-12-252-15/+18
* | requiring that the primary key be set on the UpdateManager so that databases ...Aaron Patterson2010-12-244-6/+23
* | sql literals may be used as column attributesAaron Patterson2010-12-223-22/+29
* | fixing typo, thanks @devwoutAaron Patterson2010-12-211-1/+1
* | make our caching per connection pool, not per connectionAaron Patterson2010-12-201-7/+9
* | fix join dot visitorsAaron Patterson2010-12-201-2/+0
* | removing commented out codeAaron Patterson2010-12-141-7/+0
* | cleaning up more nodesAaron Patterson2010-12-149-57/+47
* | cleaning up more nodesAaron Patterson2010-12-149-46/+17
* | cleaning up more nodesAaron Patterson2010-12-146-36/+12
* | removing more nodes!Aaron Patterson2010-12-148-41/+17
* | remove some nodesAaron Patterson2010-12-145-30/+0
* | adding factory methods to node base classAaron Patterson2010-12-142-1/+2
* | adding join_sources so we can access the join sources of the select coreAaron Patterson2010-12-141-0/+4
* | string join should be a unary opAaron Patterson2010-12-143-8/+7
* | select core should visit the source nodeAaron Patterson2010-12-141-1/+2
* | removing test code. :-(Aaron Patterson2010-12-141-4/+0
* | fixing create_string_join factory methodAaron Patterson2010-12-144-3/+8
* | adding a join source nodeAaron Patterson2010-12-1412-61/+73
* | fixing deprecation noticeAaron Patterson2010-12-131-2/+1
* | deprecating Arel::Table#primary_keyAaron Patterson2010-12-131-0/+6
* | deprecating SelectManager#insertAaron Patterson2010-12-131-3/+12
* | factory method for creating ON nodesAaron Patterson2010-12-101-0/+4