aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors
Commit message (Collapse)AuthorAgeFilesLines
...
| * refactoring where, fixing subselectAaron Patterson2010-12-071-4/+0
| |
| * implementation for passing a subquery to #in and #not_inSven Fuchs2010-12-071-8/+10
| |
| * quoting limit nodesAaron Patterson2010-12-073-3/+3
| |
* | testing binary ops in the dot visitorAaron Patterson2010-12-251-14/+16
| |
* | requiring that the primary key be set on the UpdateManager so that databases ↵Aaron Patterson2010-12-241-3/+14
| | | | | | | | which do not support UPDATE with LIMIT will work
* | sql literals may be used as column attributesAaron Patterson2010-12-221-21/+24
| |
* | make our caching per connection pool, not per connectionAaron Patterson2010-12-201-7/+9
| |
* | fix join dot visitorsAaron Patterson2010-12-201-2/+0
| |
* | cleaning up more nodesAaron Patterson2010-12-141-1/+1
| |
* | cleaning up more nodesAaron Patterson2010-12-141-2/+2
| |
* | string join should be a unary opAaron Patterson2010-12-142-8/+4
| |
* | select core should visit the source nodeAaron Patterson2010-12-141-1/+2
| |
* | fixing create_string_join factory methodAaron Patterson2010-12-141-1/+1
| |
* | 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
|