Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AND nodes are now n-ary | Aaron Patterson | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | converting froms to from | Aaron Patterson | 2010-12-07 | 1 | -1/+1 |
| | |||||
* | refactoring where, fixing subselect | Aaron Patterson | 2010-12-07 | 1 | -4/+0 |
| | |||||
* | Merge remote branch 'sven/in-subquery' into subquery | Aaron Patterson | 2010-12-07 | 1 | -8/+10 |
|\ | | | | | | | | | | | * 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 | 1 | -8/+10 |
| | | |||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | * 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 | 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 | 1 | -2/+9 |
|\| | | | | | | | | | * 2-0-stable: adding a test for the dot visitor | ||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 1 | -2/+9 |
| | | |||||
* | | declawing connection from the Table class | Aaron Patterson | 2010-12-03 | 1 | -4/+5 |
| | | |||||
* | | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 3 | -11/+31 |
| | | |||||
* | | starting the column cache | Aaron Patterson | 2010-12-03 | 1 | -1/+10 |
| | | |||||
* | | renaming variable | Aaron Patterson | 2010-12-02 | 1 | -2/+2 |
|/ | |||||
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 1 | -0/+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 |
| | |||||
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -13/+64 |
| | |||||
* | adding unary node | Aaron Patterson | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | insert statements supported | Aaron Patterson | 2010-11-29 | 1 | -0/+7 |
| | |||||
* | 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 | 1 | -0/+75 |
| | |||||
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+4 |
| | |||||
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+4 |
| | |||||
* | mysql will lock for update | Aaron Patterson | 2010-11-22 | 1 | -0/+4 |
| | |||||
* | added a visitor for Class objects | Aaron Patterson | 2010-11-16 | 1 | -0/+1 |
| | |||||
* | small additional fix for order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -2/+6 |
| | |||||
* | fix one more time order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -8/+17 |
| | | | correctly split order string by commas ignoring commas which separate function arguments | ||||
* | support stringinquirer string | Aaron Patterson | 2010-11-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-11-11 | 1 | -1/+17 |
|\ | | | | | | | | | * 'master' of github.com:brynary/arel: fix order_hacks method for Oracle when complex functions are used in order by | ||||
| * | fix order_hacks method for Oracle when complex functions are used in order by | Raimonds Simanovskis | 2010-11-06 | 1 | -1/+17 |
| | | |||||
* | | arel more nicely supports EXISTS queries | Aaron Patterson | 2010-11-05 | 1 | -1/+2 |
| | | |||||
* | | mysql selects from dual on empty from statements | Aaron Patterson | 2010-11-05 | 2 | -0/+6 |
|/ | |||||
* | Add ToSql NilClass visitor | Ernie Miller | 2010-11-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2010-10-26 | 1 | -0/+1 |
|\ | | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor | ||||
| * | Added Bignum to visitor | rugek | 2010-10-26 | 1 | -0/+1 |
| | | |||||
* | | generate correct select if only offset is present (in Oracle) | Raimonds Simanovskis | 2010-10-21 | 1 | -0/+14 |
|/ | |||||
* | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 2 | -0/+18 |
| | | | | state:resolved] | ||||
* | doing a little cleanup on the visitors | Aaron Patterson | 2010-10-19 | 4 | -3/+9 |
| | |||||
* | adding a base class visitor | Aaron Patterson | 2010-10-19 | 2 | -10/+21 |
| | |||||
* | add locking support for postgres | Aaron Patterson | 2010-10-13 | 1 | -0/+4 |
| | |||||
* | fixing manifest file | Aaron Patterson | 2010-10-12 | 1 | -0/+9 |
| |