aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* adding attribute#lower for lowercasing an attributeAaron Patterson2011-04-251-0/+8
* add a factory method for production LOWER functionsAaron Patterson2011-04-251-0/+7
* raising not implemented exceptions for distinct on where it is not supportedAaron Patterson2011-04-211-0/+11
* adding Distinct ON nodeAaron Patterson2011-04-213-3/+14
* adding a DISTINCT nodeAaron Patterson2011-04-211-14/+23
* adding a spec to demonstrate subqueriesAaron Patterson2011-04-181-0/+12
* fixing Table testsAaron Patterson2011-04-181-1/+1
* Fixed deep copy bug in SelectManager cloneArthur Taylor2011-04-191-0/+10
* adding a Bin node to emit mysql BINARY keywordsAaron Patterson2011-04-111-0/+23
* use TableAlias nodes for aliasing subselectsAaron Patterson2011-03-301-1/+1
* Make SelectManager#as act like node predicationsJohn Mileham2011-03-251-2/+18
* supporting any node in SelectManager#fromAaron Patterson2011-03-231-0/+17
* allowing sql literals for values in insert statementsAaron Patterson2011-03-211-0/+9
* added a factory method for creating values nodesAaron Patterson2011-03-211-0/+10
* 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
|\|