aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding a join source nodeAaron Patterson2010-12-1418-83/+94
* removing tests of deprecated methodsAaron Patterson2010-12-142-36/+2
* adding tests for factory methodsAaron Patterson2010-12-131-0/+27
* fixing deprecation noticeAaron Patterson2010-12-131-2/+1
* deprecating Arel::Table#primary_keyAaron Patterson2010-12-132-0/+9
* deprecating SelectManager#insertAaron Patterson2010-12-131-3/+12
* factory method for creating ON nodesAaron Patterson2010-12-101-0/+4
* testing nary nodes in the depth first visitorAaron Patterson2010-12-104-5/+15
* refactor SelectManager to use the create_join factory methodAaron Patterson2010-12-091-3/+3
* adding a factory method for and nodesAaron Patterson2010-12-093-1/+13
* updating changelogAaron Patterson2010-12-091-0/+3
* stop using deprecated AND usageAaron Patterson2010-12-093-6/+16
* AND nodes are now n-aryAaron Patterson2010-12-094-10/+25
* caches should be connection specificAaron Patterson2010-12-091-9/+22
* just return a blank string if the base from is not a joinAaron Patterson2010-12-071-1/+2
* get from values out of the select managerAaron Patterson2010-12-072-0/+9
* renaming froms to fromAaron Patterson2010-12-071-3/+3
* creating string join nodesAaron Patterson2010-12-072-0/+11
* converting froms to fromAaron Patterson2010-12-072-4/+7
* adding a join factory method on the select managerAaron Patterson2010-12-078-5/+52
* refactoring where, fixing subselectAaron Patterson2010-12-076-16/+13
* Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-073-10/+30
|\
| * implementation for passing a subquery to #in and #not_inSven Fuchs2010-12-072-10/+12
| * tests for passing a subquery to #in and #not_inSven Fuchs2010-12-071-0/+18
* | Merge branch '2-0-stable'Aaron Patterson2010-12-061-0/+6
|\ \
| * | limit members of the AST are visitedAaron Patterson2010-12-061-0/+6
* | | Merge branch '2-0-stable'Aaron Patterson2010-12-065-2/+22
|\| |
| * | quoting limit nodesAaron Patterson2010-12-066-3/+23
| * | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-062-2/+8
* | | consolidating dot visitor methodsAaron Patterson2010-12-062-13/+1
| |/ |/|
* | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-062-2/+8
* | Merge branch '2-0-stable'Aaron Patterson2010-12-064-3/+38
|\|
| * adding a test for the dot visitorAaron Patterson2010-12-064-3/+38
* | only break backwards compatibility in major releasesAaron Patterson2010-12-034-10/+10
* | adding deprecated methods to HistoryAaron Patterson2010-12-031-0/+9
* | declawing connection from the Table classAaron Patterson2010-12-033-14/+17
* | attributes do not need a column memberAaron Patterson2010-12-0312-34/+65
* | starting the column cacheAaron Patterson2010-12-031-1/+10
* | renaming variableAaron Patterson2010-12-021-2/+2
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-024-10/+21
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-025-25/+28
* | deprecating "insert"Aaron Patterson2010-12-025-4/+35
* | bumping generated gemspecAaron Patterson2010-12-011-1/+1
* | moving master to 2.0.7.beta until rails dependencies are cleared upAaron Patterson2010-12-011-1/+1
* | bumping gemspecAaron Patterson2010-12-011-3/+3
* | adding enumerable, making beta gemAaron Patterson2010-12-011-1/+1
* | we actually want enumerable in NodeAaron Patterson2010-12-012-0/+8
|/
* bumping versionAaron Patterson2010-12-011-1/+1
* make sure we raise type errors with unknown classesAaron Patterson2010-12-013-0/+14
* rails 3.0.x will not let us have nice thingsAaron Patterson2010-12-011-2/+0