aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Added support for INTERSECT and EXCEPTBrian Cardarella2011-01-221-0/+54
|
* WTF, tabs?Paul Sadauskas2011-01-211-30/+30
|
* Add support for WITH and UNIONPaul Sadauskas2011-01-212-0/+74
| | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-045-1/+50
|
* Merge branch '2-0-stable'Aaron Patterson2011-01-032-4/+6
|\ | | | | | | | | * 2-0-stable: adding better tests surrounding limits in adapter visitors
| * adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-032-4/+6
| |
* | Merge branch '2-0-stable'Aaron Patterson2011-01-031-0/+9
|\| | | | | | | | | * 2-0-stable: making sure limit is correctly copied to update manager
| * making sure limit is correctly copied to update managerAaron Patterson2011-01-031-0/+9
| |
* | Allow HAVING to take multiple conditions, like WHEREJon Leighton2011-01-041-1/+16
| |
* | Merge branch '2-0-stable'Aaron Patterson2011-01-031-6/+6
|\| | | | | | | | | | | * 2-0-stable: fixing tests for oracle visitor fisting lots of oracle errors
| * fixing tests for oracle visitorAaron Patterson2011-01-031-6/+6
| |
* | top and limit can be visitedAaron Patterson2011-01-032-0/+4
| |
* | Merge branch '2-0-stable' into mergeAaron Patterson2011-01-032-1/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-032-1/+19
| | | | | | | | Abley (https://github.com/jabley/arel).
| * tests for passing a subquery to #in and #not_inSven Fuchs2010-12-071-0/+18
| |
| * quoting limit nodesAaron Patterson2010-12-073-0/+20
| |
* | testing binary ops in the dot visitorAaron Patterson2010-12-251-0/+28
| |
* | requiring that the primary key be set on the UpdateManager so that databases ↵Aaron Patterson2010-12-241-0/+2
| | | | | | | | which do not support UPDATE with LIMIT will work
* | sql literals may be used as column attributesAaron Patterson2010-12-221-1/+8
| |
* | cleaning up more nodesAaron Patterson2010-12-141-1/+1
| |
* | adding factory methods to node base classAaron Patterson2010-12-141-0/+4
| |
* | adding join_sources so we can access the join sources of the select coreAaron Patterson2010-12-141-0/+6
| |
* | string join should be a unary opAaron Patterson2010-12-143-3/+9
| |
* | select core should visit the source nodeAaron Patterson2010-12-141-0/+1
| |
* | fixing create_string_join factory methodAaron Patterson2010-12-141-2/+1
| |
* | adding a join source nodeAaron Patterson2010-12-145-22/+19
| |
* | removing tests of deprecated methodsAaron Patterson2010-12-142-36/+2
| |
* | adding tests for factory methodsAaron Patterson2010-12-131-0/+27
| |
* | testing nary nodes in the depth first visitorAaron Patterson2010-12-101-2/+2
| |
* | adding a factory method for and nodesAaron Patterson2010-12-091-0/+8
| |
* | stop using deprecated AND usageAaron Patterson2010-12-092-3/+13
| |
* | get from values out of the select managerAaron Patterson2010-12-071-0/+5
| |
* | creating string join nodesAaron Patterson2010-12-071-0/+7
| |
* | adding a join factory method on the select managerAaron Patterson2010-12-072-0/+34
| |
* | Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-071-0/+18
|\ \ | | | | | | | | | | | | | | | * sven/in-subquery: implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in
| * | tests for passing a subquery to #in and #not_inSven Fuchs2010-12-071-0/+18
| | |
* | | Merge branch '2-0-stable'Aaron Patterson2010-12-063-0/+20
|\ \ \ | |/ / |/| | | | | | | | | | | * 2-0-stable: quoting limit nodes Make "not" apply to the whole sub-expression when generating sql.
| * | quoting limit nodesAaron Patterson2010-12-063-0/+20
| |/
| * Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+7
| |
* | Make "not" apply to the whole sub-expression when generating sql.Ryan Rempel2010-12-061-1/+7
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-061-0/+27
|\| | | | | | | | | * 2-0-stable: adding a test for the dot visitor
| * adding a test for the dot visitorAaron Patterson2010-12-061-0/+27
| |
* | declawing connection from the Table classAaron Patterson2010-12-031-0/+4
| |
* | attributes do not need a column memberAaron Patterson2010-12-035-14/+19
| |
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-022-8/+6
| |
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-023-23/+12
| |
* | deprecating "insert"Aaron Patterson2010-12-022-1/+13
|/
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+7
|
* adding node testAaron Patterson2010-11-301-0/+33
|
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+5
|