aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* testing nary nodes in the depth first visitorAaron Patterson2010-12-103-3/+13
* refactor SelectManager to use the create_join factory methodAaron Patterson2010-12-091-3/+3
* adding a factory method for and nodesAaron Patterson2010-12-092-1/+5
* stop using deprecated AND usageAaron Patterson2010-12-091-3/+3
* 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-071-0/+4
* renaming froms to fromAaron Patterson2010-12-071-3/+3
* creating string join nodesAaron Patterson2010-12-071-0/+4
* converting froms to fromAaron Patterson2010-12-072-4/+7
* adding a join factory method on the select managerAaron Patterson2010-12-075-5/+17
* refactoring where, fixing subselectAaron Patterson2010-12-076-16/+13
* Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-072-10/+12
|\
| * implementation for passing a subquery to #in and #not_inSven Fuchs2010-12-072-10/+12
* | Merge branch '2-0-stable'Aaron Patterson2010-12-062-2/+2
|\ \
| * | quoting limit nodesAaron Patterson2010-12-063-3/+3
| * | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+1
* | | consolidating dot visitor methodsAaron Patterson2010-12-062-13/+1
| |/ |/|
* | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+1
* | Merge branch '2-0-stable'Aaron Patterson2010-12-062-3/+10
|\|
| * adding a test for the dot visitorAaron Patterson2010-12-062-3/+10
* | only break backwards compatibility in major releasesAaron Patterson2010-12-033-7/+7
* | declawing connection from the Table classAaron Patterson2010-12-032-14/+13
* | attributes do not need a column memberAaron Patterson2010-12-037-20/+46
* | 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-021-2/+12
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-021-2/+13
* | deprecating "insert"Aaron Patterson2010-12-022-3/+17
* | moving master to 2.0.7.beta until rails dependencies are cleared upAaron Patterson2010-12-011-1/+1
* | adding enumerable, making beta gemAaron Patterson2010-12-011-1/+1
* | we actually want enumerable in NodeAaron Patterson2010-12-011-0/+2
|/
* bumping versionAaron Patterson2010-12-011-1/+1
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+1
* rails 3.0.x will not let us have nice thingsAaron Patterson2010-12-011-2/+0
* deprecating the "joins" methodAaron Patterson2010-11-302-0/+8
* terrorist version bumpAaron Patterson2010-11-301-1/+1
* fixing tests in 1.9Aaron Patterson2010-11-301-1/+1
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+7
* adding a convenience alias to NodeAaron Patterson2010-11-291-0/+3
* base class works with visitorAaron Patterson2010-11-292-0/+3
* adding ancestor testAaron Patterson2010-11-293-3/+3
* refactor block.call out of each visit methodAaron Patterson2010-11-291-14/+5