aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
...
* | fixing typo, thanks @devwoutAaron Patterson2010-12-211-1/+1
| |
* | make our caching per connection pool, not per connectionAaron Patterson2010-12-201-7/+9
| |
* | fix join dot visitorsAaron Patterson2010-12-201-2/+0
| |
* | removing commented out codeAaron Patterson2010-12-141-7/+0
| |
* | cleaning up more nodesAaron Patterson2010-12-149-57/+47
| |
* | cleaning up more nodesAaron Patterson2010-12-149-46/+17
| |
* | cleaning up more nodesAaron Patterson2010-12-146-36/+12
| |
* | removing more nodes!Aaron Patterson2010-12-148-41/+17
| |
* | remove some nodesAaron Patterson2010-12-145-30/+0
| |
* | adding factory methods to node base classAaron Patterson2010-12-142-1/+2
| |
* | adding join_sources so we can access the join sources of the select coreAaron Patterson2010-12-141-0/+4
| |
* | string join should be a unary opAaron Patterson2010-12-143-8/+7
| |
* | select core should visit the source nodeAaron Patterson2010-12-141-1/+2
| |
* | removing test code. :-(Aaron Patterson2010-12-141-4/+0
| |
* | fixing create_string_join factory methodAaron Patterson2010-12-144-3/+8
| |
* | adding a join source nodeAaron Patterson2010-12-1412-61/+73
| |
* | fixing deprecation noticeAaron Patterson2010-12-131-2/+1
| |
* | deprecating Arel::Table#primary_keyAaron Patterson2010-12-131-0/+6
| |
* | deprecating SelectManager#insertAaron Patterson2010-12-131-3/+12
| |
* | factory method for creating ON nodesAaron Patterson2010-12-101-0/+4
| |
* | testing nary nodes in the depth first visitorAaron Patterson2010-12-103-3/+13
| |
* | refactor SelectManager to use the create_join factory methodAaron Patterson2010-12-091-3/+3
| |
* | adding a factory method for and nodesAaron Patterson2010-12-092-1/+5
| |
* | stop using deprecated AND usageAaron Patterson2010-12-091-3/+3
| |
* | AND nodes are now n-aryAaron Patterson2010-12-094-10/+25
| |
* | 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
| |
* | get from values out of the select managerAaron Patterson2010-12-071-0/+4
| |
* | renaming froms to fromAaron Patterson2010-12-071-3/+3
| |
* | creating string join nodesAaron Patterson2010-12-071-0/+4
| |
* | converting froms to fromAaron Patterson2010-12-072-4/+7
| |
* | adding a join factory method on the select managerAaron Patterson2010-12-074-5/+16
| |
* | refactoring where, fixing subselectAaron Patterson2010-12-076-16/+13
| |
* | Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-072-10/+12
|\ \ | | | | | | | | | | | | | | | * 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-072-10/+12
| | |
* | | 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-062-3/+10
|\| | | | | | | | | * 2-0-stable: adding a test for the dot visitor
| * adding a test for the dot visitorAaron Patterson2010-12-062-3/+10
| |
* | only break backwards compatibility in major releasesAaron Patterson2010-12-033-7/+7
| |
* | declawing connection from the Table classAaron Patterson2010-12-032-14/+13
| |
* | attributes do not need a column memberAaron Patterson2010-12-037-20/+46
| |
* | starting the column cacheAaron Patterson2010-12-031-1/+10
| |
* | renaming variableAaron Patterson2010-12-021-2/+2
| |
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-021-2/+12
| |
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-021-2/+13
| |
* | deprecating "insert"Aaron Patterson2010-12-022-3/+17
| |