Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | sql literals may be used as column attributes | Aaron Patterson | 2010-12-22 | 3 | -22/+29 | |
* | | fixing typo, thanks @devwout | Aaron Patterson | 2010-12-21 | 1 | -1/+1 | |
* | | make our caching per connection pool, not per connection | Aaron Patterson | 2010-12-20 | 1 | -7/+9 | |
* | | fix join dot visitors | Aaron Patterson | 2010-12-20 | 1 | -2/+0 | |
* | | removing commented out code | Aaron Patterson | 2010-12-14 | 1 | -7/+0 | |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 9 | -57/+47 | |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 9 | -46/+17 | |
* | | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 6 | -36/+12 | |
* | | removing more nodes! | Aaron Patterson | 2010-12-14 | 8 | -41/+17 | |
* | | remove some nodes | Aaron Patterson | 2010-12-14 | 5 | -30/+0 | |
* | | adding factory methods to node base class | Aaron Patterson | 2010-12-14 | 2 | -1/+2 | |
* | | adding join_sources so we can access the join sources of the select core | Aaron Patterson | 2010-12-14 | 1 | -0/+4 | |
* | | string join should be a unary op | Aaron Patterson | 2010-12-14 | 3 | -8/+7 | |
* | | select core should visit the source node | Aaron Patterson | 2010-12-14 | 1 | -1/+2 | |
* | | removing test code. :-( | Aaron Patterson | 2010-12-14 | 1 | -4/+0 | |
* | | fixing create_string_join factory method | Aaron Patterson | 2010-12-14 | 4 | -3/+8 | |
* | | adding a join source node | Aaron Patterson | 2010-12-14 | 12 | -61/+73 | |
* | | fixing deprecation notice | Aaron Patterson | 2010-12-13 | 1 | -2/+1 | |
* | | deprecating Arel::Table#primary_key | Aaron Patterson | 2010-12-13 | 1 | -0/+6 | |
* | | 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 | 3 | -3/+13 | |
* | | 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 | 2 | -1/+5 | |
* | | 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 |