aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: limit members of the AST are visited Conflicts: History.txt
| | | * | | | | | | | | | | | | | | | | | | | | | | limit members of the AST are visitedAaron Patterson2010-12-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch '2-0-stable'Aaron Patterson2010-12-065-2/+22
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: quoting limit nodes Make "not" apply to the whole sub-expression when generating sql.
| | | * | | | | | | | | | | | | | | | | | | | | | | 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
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: adding a test for the dot visitor
| | | * | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | deprecating the "joins" methodAaron Patterson2010-11-302-0/+8
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | bumping gemspecAaron Patterson2010-11-301-10/+7
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | removing rubyforge pluginAaron Patterson2010-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding node testAaron Patterson2010-11-301-0/+33
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | terrorist version bumpAaron Patterson2010-11-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | fixing tests in 1.9Aaron Patterson2010-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding deprecated support for walking ancestor treesAaron Patterson2010-11-303-0/+17
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding a convenience alias to NodeAaron Patterson2010-11-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | base class works with visitorAaron Patterson2010-11-294-0/+14
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | fixing warningsAaron Patterson2010-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding ancestor testAaron Patterson2010-11-294-3/+4
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | refactor block.call out of each visit methodAaron Patterson2010-11-291-14/+5
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | updating nodes and depth first visitorAaron Patterson2010-11-2910-54/+154
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding unary nodeAaron Patterson2010-11-299-29/+26
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | insert statements supportedAaron Patterson2010-11-294-2/+19
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding select statement supportAaron Patterson2010-11-292-0/+27
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding select coreAaron Patterson2010-11-292-0/+27
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | update statement supportedAaron Patterson2010-11-292-0/+22
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | mostly implemented depth-first traversalAaron Patterson2010-11-294-0/+159
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | make table aliases cheaper to allocateAaron Patterson2010-11-242-8/+4
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding an AS nodeAaron Patterson2010-11-238-1/+41
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | adding a "not" factory method for creating Not nodesAaron Patterson2010-11-238-0/+51
| | | | | | | | | | | | | | | | | | | | | | |