aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/table_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* ignoring aliasAaron Patterson2010-09-231-0/+5
|
* constructor can take column infoAaron Patterson2010-09-211-0/+7
|
* returning nil for tables that do not existAaron Patterson2010-09-181-21/+5
|
* Revert "Table#[] returns nil when table does not exist"Aaron Patterson2010-09-151-7/+0
| | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70.
* Table#[] returns nil when table does not existAaron Patterson2010-09-151-0/+7
|
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-141-0/+6
|
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-101-2/+2
|
* Table#join will noop when nil is passedAaron Patterson2010-09-091-0/+6
|
* adding having nodesAaron Patterson2010-09-081-0/+9
|
* Table#project takes multiple parametersAaron Patterson2010-09-081-4/+6
|
* adding group to TableAaron Patterson2010-09-071-0/+9
|
* OUTER joins should be LEFT outer joinsAaron Patterson2010-09-071-1/+1
|
* joins are starting to work betterAaron Patterson2010-09-071-0/+14
|
* adding joins method to TableAaron Patterson2010-09-071-0/+8
|
* select manager responds to orderAaron Patterson2010-09-061-0/+7
|
* adding outer joinsAaron Patterson2010-08-191-2/+2
|
* joins can be createdAaron Patterson2010-08-181-0/+12
|
* table responds to takeAaron Patterson2010-08-161-0/+8
|
* IN seems to workAaron Patterson2010-08-161-4/+4
|
* insert manager is starting to take shapeAaron Patterson2010-08-131-4/+4
|
* table responds to "project"Aaron Patterson2010-08-131-0/+10
|
* Table.new can take a hash for the second paramAaron Patterson2010-08-131-0/+12
|
* limits are addedAaron Patterson2010-08-121-0/+13
|
* to_sql visitor startedAaron Patterson2010-08-121-0/+8
|
* tables can fetch attributesAaron Patterson2010-08-121-1/+11
|
* starting a spec for the tableAaron Patterson2010-08-121-18/+19
|
* stripping the spec helperAaron Patterson2010-08-121-0/+38