aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_to_sql.rb
Commit message (Expand)AuthorAgeFilesLines
* raising not implemented exceptions for distinct on where it is not supportedAaron Patterson2011-04-211-0/+11
* Replace MathOperation with InfixOperation to support more operatorsErnie Miller2011-03-091-1/+10
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-03-071-0/+9
|\
| * Add an #table_name method to Table and TableAlias, which always returns the a...Jon Leighton2011-03-041-0/+9
* | Merge remote branch 'stiff/master' into omgAaron Patterson2011-03-071-0/+22
|\ \ | |/ |/|
| * implemented support for math operations in numeric attributesVladimir Meremyanin2011-01-291-0/+22
* | Test for NamedFunction predication chainingDaniel Azuma2011-01-191-0/+6
|/
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-041-0/+10
* Merge branch '2-0-stable' into mergeAaron Patterson2011-01-031-1/+1
|\
| * Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...Viacheslav Petrenko2011-01-031-1/+1
| * tests for passing a subquery to #in and #not_inSven Fuchs2010-12-071-0/+18
| * quoting limit nodesAaron Patterson2010-12-071-0/+6
* | sql literals may be used as column attributesAaron Patterson2010-12-221-1/+8
* | stop using deprecated AND usageAaron Patterson2010-12-091-2/+2
* | Merge remote branch 'sven/in-subquery' into subqueryAaron Patterson2010-12-071-0/+18
|\ \
| * | tests for passing a subquery to #in and #not_inSven Fuchs2010-12-071-0/+18
* | | Merge branch '2-0-stable'Aaron Patterson2010-12-061-0/+6
|\ \ \ | |/ / |/| |
| * | quoting limit nodesAaron Patterson2010-12-061-0/+6
| |/
| * 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
* | attributes do not need a column memberAaron Patterson2010-12-031-3/+7
|/
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+5
* adding an AS nodeAaron Patterson2010-11-231-0/+6
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+5
* Added tests for Nodes::NotIn.Rolf Timmermans2010-11-181-0/+46
* added a visitor for Class objectsAaron Patterson2010-11-161-0/+4
* adding proper columns to our fake tableAaron Patterson2010-11-051-7/+6
* Add ToSql NilClass visitorErnie Miller2010-11-041-0/+4
* Added Bignum to visitorrugek2010-10-261-0/+4
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-1/+1
* Renamed spec_helper to test_helperRyan Davis2010-10-181-1/+1
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-0/+134