aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors
Commit message (Collapse)AuthorAgeFilesLines
* Add support for WITH and UNIONPaul Sadauskas2011-01-211-0/+1
| | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-043-1/+36
|
* 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-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
| |
* | sql literals may be used as column attributesAaron Patterson2010-12-221-1/+8
| |
* | string join should be a unary opAaron Patterson2010-12-142-2/+8
| |
* | select core should visit the source nodeAaron Patterson2010-12-141-0/+1
| |
* | adding a join source nodeAaron Patterson2010-12-142-10/+11
| |
* | testing nary nodes in the depth first visitorAaron Patterson2010-12-101-2/+2
| |
* | stop using deprecated AND usageAaron Patterson2010-12-092-3/+13
| |
* | 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
| |
* | attributes do not need a column memberAaron Patterson2010-12-032-4/+9
|/
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+7
|
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+5
|
* base class works with visitorAaron Patterson2010-11-291-0/+6
|
* updating nodes and depth first visitorAaron Patterson2010-11-291-3/+62
|
* adding unary nodeAaron Patterson2010-11-291-0/+3
|
* insert statements supportedAaron Patterson2010-11-291-0/+10
|
* adding select statement supportAaron Patterson2010-11-291-0/+18
|
* adding select coreAaron Patterson2010-11-291-0/+18
|
* update statement supportedAaron Patterson2010-11-291-0/+13
|
* mostly implemented depth-first traversalAaron Patterson2010-11-291-0/+76
|
* adding an AS nodeAaron Patterson2010-11-231-0/+6
|
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+5
|
* mysql will lock for updateAaron Patterson2010-11-221-0/+7
|
* Added tests for Nodes::NotIn.Rolf Timmermans2010-11-181-0/+46
|
* added a visitor for Class objectsAaron Patterson2010-11-161-0/+4
|
* fix one more time order_hacks method for OracleRaimonds Simanovskis2010-11-161-0/+12
| | | correctly split order string by commas ignoring commas which separate function arguments
* mysql selects from dual on empty from statementsAaron Patterson2010-11-051-1/+7
|
* adding proper columns to our fake tableAaron Patterson2010-11-051-7/+6
|
* Add ToSql NilClass visitorErnie Miller2010-11-041-0/+4
|
* Merge branch 'master' of github.com:rails/arelAaron Patterson2010-10-261-0/+4
|\ | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor
| * Added Bignum to visitorrugek2010-10-261-0/+4
| |
* | generate correct select if only offset is present (in Oracle)Raimonds Simanovskis2010-10-211-0/+16
|/
* adding default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-202-0/+39
| | | | state:resolved]