aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* adding create_insert methodAaron Patterson2011-03-211-0/+6
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-03-212-1/+16
|\
| * Make as factory method convert alias name to SqlLiteralErnie Miller2011-03-121-0/+6
| * Replace MathOperation with InfixOperation to support more operatorsErnie Miller2011-03-091-1/+10
* | Fixes rails bug #6058.Hugo Peixoto2011-03-211-0/+14
|/
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-03-072-0/+13
|\
| * Add an #table_name method to Table and TableAlias, which always returns the a...Jon Leighton2011-03-042-0/+13
* | cleaning up math operations on attributesAaron Patterson2011-03-071-2/+4
* | Merge remote branch 'stiff/master' into omgAaron Patterson2011-03-072-2/+28
|\ \ | |/ |/|
| * implemented support for math operations in numeric attributesVladimir Meremyanin2011-01-292-2/+28
* | assinging nil to an offset will remove the offset from the ASTAaron Patterson2011-02-251-0/+26
* | Adding SelectManager#limit= and removing limit nodes when nil is assigned to ...Aaron Patterson2011-02-251-0/+9
* | refactoring custom lock logic to use sql literalsAaron Patterson2011-02-212-4/+4
* | Lock should be a unary nodeAaron Patterson2011-02-213-3/+3
* | Merge remote branch 'jstorimer/master' into omgAaron Patterson2011-02-212-9/+23
|\ \
| * | Allow database specific locking clauses to be usedJesse Storimer2011-01-202-9/+23
* | | adding failing tests for rails #6384Aaron Patterson2011-02-211-0/+18
* | | Fix #not to stop wrapping in a grouping nodeErnie Miller2011-02-111-7/+4
* | | Fix modification of input on *_any/*_all predicationsErnie Miller2011-02-081-0/+16
* | | use the cache mechanism in the connection pool rather than our own cacheAaron Patterson2011-02-072-1/+16
* | | Merge branch 'named-function-predicates'Aaron Patterson2011-02-021-0/+6
|\ \ \
| * | | Test for NamedFunction predication chainingDaniel Azuma2011-01-191-0/+6
| |/ /
* | | fixing whitespace errorsAaron Patterson2011-02-021-1/+1
* | | Added test, thanks josephholstenBrian Dunn2011-02-021-0/+9
* | | Make #with chainablePaul Sadauskas2011-02-021-4/+1
| |/ |/|
* | Added MINUS for OracleBrian Cardarella2011-01-231-0/+9
* | 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
|/
* 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
|\
| * adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-032-4/+6
* | Merge branch '2-0-stable'Aaron Patterson2011-01-031-0/+9
|\|
| * 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
|\|
| * 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
|\|
| * Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...Viacheslav Petrenko2011-01-032-1/+19
| * 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
* | 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