aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* updating nodes and depth first visitorAaron Patterson2010-11-298-51/+89
* adding unary nodeAaron Patterson2010-11-298-29/+23
* insert statements supportedAaron Patterson2010-11-293-2/+9
* adding select statement supportAaron Patterson2010-11-291-0/+9
* adding select coreAaron Patterson2010-11-291-0/+9
* update statement supportedAaron Patterson2010-11-291-0/+9
* mostly implemented depth-first traversalAaron Patterson2010-11-293-0/+83
* make table aliases cheaper to allocateAaron Patterson2010-11-242-8/+4
* adding an AS nodeAaron Patterson2010-11-234-1/+16
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-234-0/+23