Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | stop using deprecated AND usage | Aaron Patterson | 2010-12-09 | 1 | -3/+3 | |
* | | AND nodes are now n-ary | Aaron Patterson | 2010-12-09 | 4 | -10/+25 | |
* | | caches should be connection specific | Aaron Patterson | 2010-12-09 | 1 | -9/+22 | |
* | | just return a blank string if the base from is not a join | Aaron Patterson | 2010-12-07 | 1 | -1/+2 | |
* | | get from values out of the select manager | Aaron Patterson | 2010-12-07 | 1 | -0/+4 | |
* | | renaming froms to from | Aaron Patterson | 2010-12-07 | 1 | -3/+3 | |
* | | creating string join nodes | Aaron Patterson | 2010-12-07 | 1 | -0/+4 | |
* | | converting froms to from | Aaron Patterson | 2010-12-07 | 2 | -4/+7 | |
* | | adding a join factory method on the select manager | Aaron Patterson | 2010-12-07 | 5 | -5/+17 | |
* | | refactoring where, fixing subselect | Aaron Patterson | 2010-12-07 | 6 | -16/+13 | |
* | | Merge remote branch 'sven/in-subquery' into subquery | Aaron Patterson | 2010-12-07 | 2 | -10/+12 | |
|\ \ | ||||||
| * | | implementation for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 2 | -10/+12 | |
* | | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | quoting limit nodes | Aaron Patterson | 2010-12-06 | 3 | -3/+3 | |
| | |/ | |/| | ||||||
| * | | Make "not" apply to the whole sub-expression when generating sql. | Ryan Rempel | 2010-12-06 | 1 | -1/+1 | |
* | | | consolidating dot visitor methods | Aaron Patterson | 2010-12-06 | 2 | -13/+1 | |
| |/ |/| | ||||||
* | | Make "not" apply to the whole sub-expression when generating sql. | Ryan Rempel | 2010-12-06 | 1 | -1/+1 | |
* | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 2 | -3/+10 | |
|\| | ||||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 2 | -3/+10 | |
* | | only break backwards compatibility in major releases | Aaron Patterson | 2010-12-03 | 3 | -7/+7 | |
* | | declawing connection from the Table class | Aaron Patterson | 2010-12-03 | 2 | -14/+13 | |
* | | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 7 | -20/+46 | |
* | | starting the column cache | Aaron Patterson | 2010-12-03 | 1 | -1/+10 | |
* | | renaming variable | Aaron Patterson | 2010-12-02 | 1 | -2/+2 | |
* | | deprecating the "delete" method in favor of compile_delete | Aaron Patterson | 2010-12-02 | 1 | -2/+12 | |
* | | deprecating the update method in favor of compile_update | Aaron Patterson | 2010-12-02 | 1 | -2/+13 | |
* | | deprecating "insert" | Aaron Patterson | 2010-12-02 | 2 | -3/+17 | |
* | | moving master to 2.0.7.beta until rails dependencies are cleared up | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
* | | adding enumerable, making beta gem | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 1 | -0/+2 | |
|/ | ||||||
* | bumping version | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 1 | -0/+1 | |
* | rails 3.0.x will not let us have nice things | Aaron Patterson | 2010-12-01 | 1 | -2/+0 | |
* | deprecating the "joins" method | Aaron Patterson | 2010-11-30 | 2 | -0/+8 | |
* | terrorist version bump | Aaron Patterson | 2010-11-30 | 1 | -1/+1 | |
* | fixing tests in 1.9 | Aaron Patterson | 2010-11-30 | 1 | -1/+1 | |
* | adding deprecated support for walking ancestor trees | Aaron Patterson | 2010-11-30 | 1 | -0/+7 | |
* | adding a convenience alias to Node | Aaron Patterson | 2010-11-29 | 1 | -0/+3 | |
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 2 | -0/+3 | |
* | adding ancestor test | Aaron Patterson | 2010-11-29 | 3 | -3/+3 | |
* | refactor block.call out of each visit method | Aaron Patterson | 2010-11-29 | 1 | -14/+5 | |
* | updating nodes and depth first visitor | Aaron Patterson | 2010-11-29 | 8 | -51/+89 | |
* | adding unary node | Aaron Patterson | 2010-11-29 | 8 | -29/+23 | |
* | insert statements supported | Aaron Patterson | 2010-11-29 | 3 | -2/+9 | |
* | adding select statement support | Aaron Patterson | 2010-11-29 | 1 | -0/+9 | |
* | adding select core | Aaron Patterson | 2010-11-29 | 1 | -0/+9 | |
* | update statement supported | Aaron Patterson | 2010-11-29 | 1 | -0/+9 | |
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 3 | -0/+83 | |
* | make table aliases cheaper to allocate | Aaron Patterson | 2010-11-24 | 2 | -8/+4 | |
* | adding an AS node | Aaron Patterson | 2010-11-23 | 4 | -1/+16 |