aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors
Commit message (Collapse)AuthorAgeFilesLines
* adding a join source nodeAaron Patterson2010-12-144-29/+18
|
* testing nary nodes in the depth first visitorAaron Patterson2010-12-102-2/+12
|
* AND nodes are now n-aryAaron Patterson2010-12-091-1/+1
|
* caches should be connection specificAaron Patterson2010-12-091-9/+22
|
* just return a blank string if the base from is not a joinAaron Patterson2010-12-071-1/+2
|
* converting froms to fromAaron Patterson2010-12-071-1/+1
|
* refactoring where, fixing subselectAaron Patterson2010-12-071-4/+0
|
* Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-071-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_inSven Fuchs2010-12-071-8/+10
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-062-2/+2
|\ \ | | | | | | | | | | | | | | | * 2-0-stable: quoting limit nodes Make "not" apply to the whole sub-expression when generating sql.
| * | quoting limit nodesAaron Patterson2010-12-063-3/+3
| | |
| * | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+1
| | |
* | | consolidating dot visitor methodsAaron Patterson2010-12-062-13/+1
| |/ |/|
* | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+1
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-061-2/+9
|\| | | | | | | | | * 2-0-stable: adding a test for the dot visitor
| * adding a test for the dot visitorAaron Patterson2010-12-061-2/+9
| |
* | declawing connection from the Table classAaron Patterson2010-12-031-4/+5
| |
* | attributes do not need a column memberAaron Patterson2010-12-033-11/+31
| |
* | starting the column cacheAaron Patterson2010-12-031-1/+10
| |
* | renaming variableAaron Patterson2010-12-021-2/+2
|/
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+1
|
* fixing tests in 1.9Aaron Patterson2010-11-301-1/+1
|
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+7
|
* base class works with visitorAaron Patterson2010-11-291-0/+1
|
* refactor block.call out of each visit methodAaron Patterson2010-11-291-14/+5
|
* updating nodes and depth first visitorAaron Patterson2010-11-291-13/+64
|
* adding unary nodeAaron Patterson2010-11-291-1/+1
|
* insert statements supportedAaron Patterson2010-11-291-0/+7
|
* adding select statement supportAaron Patterson2010-11-291-0/+9
|
* adding select coreAaron Patterson2010-11-291-0/+9
|
* update statement supportedAaron Patterson2010-11-291-0/+9
|
* mostly implemented depth-first traversalAaron Patterson2010-11-291-0/+75
|
* adding an AS nodeAaron Patterson2010-11-231-0/+4
|
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+4
|
* mysql will lock for updateAaron Patterson2010-11-221-0/+4
|
* added a visitor for Class objectsAaron Patterson2010-11-161-0/+1
|
* small additional fix for order_hacks method for OracleRaimonds Simanovskis2010-11-161-2/+6
|
* fix one more time order_hacks method for OracleRaimonds Simanovskis2010-11-161-8/+17
| | | correctly split order string by commas ignoring commas which separate function arguments
* support stringinquirer stringAaron Patterson2010-11-111-0/+1
|
* Merge branch 'master' of github.com:brynary/arelAaron Patterson2010-11-111-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 byRaimonds Simanovskis2010-11-061-1/+17
| |
* | arel more nicely supports EXISTS queriesAaron Patterson2010-11-051-1/+2
| |
* | mysql selects from dual on empty from statementsAaron Patterson2010-11-052-0/+6
|/
* Add ToSql NilClass visitorErnie Miller2010-11-041-0/+1
|
* Merge branch 'master' of github.com:rails/arelAaron Patterson2010-10-261-0/+1
|\ | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor
| * Added Bignum to visitorrugek2010-10-261-0/+1
| |
* | generate correct select if only offset is present (in Oracle)Raimonds Simanovskis2010-10-211-0/+14
|/
* adding default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-202-0/+18
| | | | state:resolved]
* doing a little cleanup on the visitorsAaron Patterson2010-10-194-3/+9
|
* adding a base class visitorAaron Patterson2010-10-192-10/+21
|