Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fixing deprecation notice | Aaron Patterson | 2010-12-13 | 1 | -2/+1 | |
| | | ||||||
* | | deprecating Arel::Table#primary_key | Aaron Patterson | 2010-12-13 | 2 | -0/+9 | |
| | | ||||||
* | | deprecating SelectManager#insert | Aaron Patterson | 2010-12-13 | 1 | -3/+12 | |
| | | ||||||
* | | factory method for creating ON nodes | Aaron Patterson | 2010-12-10 | 1 | -0/+4 | |
| | | ||||||
* | | testing nary nodes in the depth first visitor | Aaron Patterson | 2010-12-10 | 4 | -5/+15 | |
| | | ||||||
* | | refactor SelectManager to use the create_join factory method | Aaron Patterson | 2010-12-09 | 1 | -3/+3 | |
| | | ||||||
* | | adding a factory method for and nodes | Aaron Patterson | 2010-12-09 | 3 | -1/+13 | |
| | | ||||||
* | | updating changelog | Aaron Patterson | 2010-12-09 | 1 | -0/+3 | |
| | | ||||||
* | | stop using deprecated AND usage | Aaron Patterson | 2010-12-09 | 3 | -6/+16 | |
| | | ||||||
* | | 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 | 2 | -0/+9 | |
| | | ||||||
* | | renaming froms to from | Aaron Patterson | 2010-12-07 | 1 | -3/+3 | |
| | | ||||||
* | | creating string join nodes | Aaron Patterson | 2010-12-07 | 2 | -0/+11 | |
| | | ||||||
* | | 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 | 8 | -5/+52 | |
| | | ||||||
* | | 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 | 3 | -10/+30 | |
|\ \ | | | | | | | | | | | | | | | | * sven/in-subquery: implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in | |||||
| * | | implementation for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 2 | -10/+12 | |
| | | | ||||||
| * | | tests for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 1 | -0/+18 | |
| | | | ||||||
* | | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: limit members of the AST are visited Conflicts: History.txt | |||||
| * | | | limit members of the AST are visited | Aaron Patterson | 2010-12-06 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 5 | -2/+22 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: quoting limit nodes Make "not" apply to the whole sub-expression when generating sql. | |||||
| * | | | quoting limit nodes | Aaron Patterson | 2010-12-06 | 6 | -3/+23 | |
| | |/ | |/| | ||||||
| * | | Make "not" apply to the whole sub-expression when generating sql. | Ryan Rempel | 2010-12-06 | 2 | -2/+8 | |
| | | | ||||||
* | | | 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 | 2 | -2/+8 | |
| | | ||||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 4 | -3/+38 | |
|\| | | | | | | | | | * 2-0-stable: adding a test for the dot visitor | |||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 4 | -3/+38 | |
| | | ||||||
* | | only break backwards compatibility in major releases | Aaron Patterson | 2010-12-03 | 4 | -10/+10 | |
| | | ||||||
* | | adding deprecated methods to History | Aaron Patterson | 2010-12-03 | 1 | -0/+9 | |
| | | ||||||
* | | declawing connection from the Table class | Aaron Patterson | 2010-12-03 | 3 | -14/+17 | |
| | | ||||||
* | | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 12 | -34/+65 | |
| | | ||||||
* | | 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 | 4 | -10/+21 | |
| | | ||||||
* | | deprecating the update method in favor of compile_update | Aaron Patterson | 2010-12-02 | 5 | -25/+28 | |
| | | ||||||
* | | deprecating "insert" | Aaron Patterson | 2010-12-02 | 5 | -4/+35 | |
| | | ||||||
* | | bumping generated gemspec | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
| | | ||||||
* | | moving master to 2.0.7.beta until rails dependencies are cleared up | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
| | | ||||||
* | | bumping gemspec | Aaron Patterson | 2010-12-01 | 1 | -3/+3 | |
| | | ||||||
* | | adding enumerable, making beta gem | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
| | | ||||||
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 2 | -0/+8 | |
|/ | ||||||
* | bumping version | Aaron Patterson | 2010-12-01 | 1 | -1/+1 | |
| | ||||||
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 3 | -0/+14 | |
| | ||||||
* | 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 | |
| | ||||||
* | bumping gemspec | Aaron Patterson | 2010-11-30 | 1 | -10/+7 | |
| | ||||||
* | removing rubyforge plugin | Aaron Patterson | 2010-11-30 | 1 | -0/+1 | |
| |