aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-047-11/+47
|
* Merge branch '2-0-stable'Aaron Patterson2011-01-041-1/+0
|\ | | | | | | | | * 2-0-stable: visiting via superclass is OK, since module definitions help delegate
| * visiting via superclass is OK, since module definitions help delegateAaron Patterson2011-01-041-1/+0
| |
* | Merge branch '2-0-stable'Aaron Patterson2011-01-032-2/+2
|\| | | | | | | | | * 2-0-stable: adding better tests surrounding limits in adapter visitors
| * adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-032-2/+2
| |
* | Merge branch '2-0-stable'Aaron Patterson2011-01-032-2/+2
|\| | | | | | | | | * 2-0-stable: making sure limit is correctly copied to update manager
| * making sure limit is correctly copied to update managerAaron Patterson2011-01-032-2/+2
| |
* | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-01-031-8/+12
|\ \ | | | | | | | | | | | | * 'master' of github.com:rails/arel: Allow HAVING to take multiple conditions, like WHERE
| * | Allow HAVING to take multiple conditions, like WHEREJon Leighton2011-01-041-8/+12
| | |
* | | Merge branch '2-0-stable'Aaron Patterson2011-01-031-1/+0
|\ \ \ | |/ / |/| / | |/ | | * 2-0-stable: should return nil instead of empty string
| * should return nil instead of empty stringAaron Patterson2011-01-031-1/+0
| |
* | Merge branch '2-0-stable'Aaron Patterson2011-01-031-3/+4
|\| | | | | | | | | * 2-0-stable: we do not need to modify the AST
| * we do not need to modify the ASTAaron Patterson2011-01-031-3/+4
| |
| * fixing tests for oracle visitorAaron Patterson2011-01-031-1/+2
| |
| * fisting lots of oracle errorsAaron Patterson2011-01-031-4/+4
| |
* | fisting lots of oracle errorsAaron Patterson2011-01-031-4/+4
| |
* | top and limit can be visitedAaron Patterson2011-01-032-0/+4
| |
* | fisting mergefailAaron Patterson2011-01-031-4/+0
| |
* | limit and top files are not neededAaron Patterson2011-01-032-13/+0
| |
* | Merge branch '2-0-stable' into mergeAaron Patterson2011-01-0310-9/+60
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: updating history Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel). consolidating dot visitor methods refactoring where, fixing subselect implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in limit members of the AST are visited quoting limit nodes Conflicts: History.txt lib/arel/nodes.rb lib/arel/nodes/select_core.rb lib/arel/select_manager.rb lib/arel/visitors/to_sql.rb test/visitors/test_to_sql.rb
| * Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵Viacheslav Petrenko2011-01-0310-7/+54
| | | | | | | | Abley (https://github.com/jabley/arel).
| * consolidating dot visitor methodsAaron Patterson2010-12-071-12/+0
| |
| * refactoring where, fixing subselectAaron Patterson2010-12-076-16/+13
| |
| * implementation for passing a subquery to #in and #not_inSven Fuchs2010-12-072-10/+12
| |
| * quoting limit nodesAaron Patterson2010-12-073-3/+3
| |
* | adding deprecation warning for where_clausesAaron Patterson2010-12-262-1/+7
| |
* | testing binary ops in the dot visitorAaron Patterson2010-12-252-15/+18
| |
* | requiring that the primary key be set on the UpdateManager so that databases ↵Aaron Patterson2010-12-244-6/+23
| | | | | | | | which do not support UPDATE with LIMIT will work
* | sql literals may be used as column attributesAaron Patterson2010-12-222-22/+25
| |
* | 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
| |