aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_select_manager.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* adding create_insert methodAaron Patterson2011-03-211-0/+6
|
* Fixes rails bug #6058.Hugo Peixoto2011-03-211-0/+14
| | | | Propagates 'where' clauses when subquerying is triggered on the UpdateManager.
* 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
| | | | limit
* adding failing tests for rails #6384Aaron Patterson2011-02-211-0/+18
|
* use the cache mechanism in the connection pool rather than our own cacheAaron Patterson2011-02-071-0/+4
|
* Make #with chainablePaul Sadauskas2011-02-021-4/+1
|
* 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-211-0/+73
| | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node
* Allow HAVING to take multiple conditions, like WHEREJon Leighton2011-01-041-1/+16
|
* 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
* 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-141-1/+1
|
* adding a join source nodeAaron Patterson2010-12-141-6/+4
|
* adding a factory method for and nodesAaron Patterson2010-12-091-0/+8
|
* get from values out of the select managerAaron Patterson2010-12-071-0/+5
|
* adding a join factory method on the select managerAaron Patterson2010-12-071-0/+18
|
* declawing connection from the Table classAaron Patterson2010-12-031-0/+4
|
* attributes do not need a column memberAaron Patterson2010-12-031-0/+7
|
* deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-021-4/+4
|
* deprecating the update method in favor of compile_updateAaron Patterson2010-12-021-13/+10
|
* arel more nicely supports EXISTS queriesAaron Patterson2010-11-051-6/+22
|
* renaming @head to @astAaron Patterson2010-11-051-0/+9
|
* removing unused variablesAaron Patterson2010-10-201-7/+0
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-1/+1
|
* got rid of retarded check method. down with rspecRyan Davis2010-10-181-10/+10
|
* Renamed spec_helper to test_helperRyan Davis2010-10-181-1/+1
|
* Removed TreeManagerShared and related tests. They suckedRyan Davis2010-10-181-12/+0
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-0/+593