aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel
Commit message (Collapse)AuthorAgeFilesLines
* some cleanup, notes for further cleanup/investigationNick Kallen2008-05-161-5/+7
|
* reorganized integration join specsNick Kallen2008-05-164-181/+238
|
* worserNick Kallen2008-05-151-0/+4
|
* thinks must get worse before they get betterNick Kallen2008-05-152-1/+5
|
* fixed defect with select inside of alias joined to the same table (yikes)Nick Kallen2008-05-141-5/+18
|
* fixed defect in aliasNick Kallen2008-05-134-12/+13
|
* some memoizing and hash equality performance optimizationsNick Kallen2008-05-123-16/+8
|
* removing operator overloadingNick Kallen2008-05-071-4/+4
|
* string passthrough for "group by"Nick Kallen2008-05-052-18/+0
|
* better column disambiguationNick Kallen2008-05-052-0/+46
|
* reorganizationNick Kallen2008-05-042-23/+12
|
* cleanupNick Kallen2008-05-041-53/+51
|
* additional testingNick Kallen2008-05-041-28/+78
|
* Table names seem to be disambiguated.Nick Kallen2008-05-044-29/+15
| | | | - Code is a mess, about to undergo some refactoring
* finally fixed table aliasing issuesNick Kallen2008-05-011-1/+1
| | | | - the solution is currently ugly, but i have an idea how to clean it up
* naming of aliased relations seemed to be solved; now aggregate relations are ↵Nick Kallen2008-05-011-4/+6
| | | | still broken
* my failing test. this is really really hardNick Kallen2008-04-301-1/+8
|
* the big obstacleNick Kallen2008-04-303-23/+18
|
* improved messaging in testNick Kallen2008-04-281-3/+2
|
* automatically aliasing tablesNick Kallen2008-04-282-64/+42
|
* attribute disambiguationNick Kallen2008-04-271-8/+25
|
* results of a select query are a hash indexed by attribute rather than stringNick Kallen2008-04-271-1/+1
|
* in fact, when doing subsequent orderings, we assume that the previous ↵Nick Kallen2008-04-181-2/+2
| | | | orderings have taken effect and therefore where the new ordering finds things equal, the previous ordering should take effect
* when ordering, the last order winsNick Kallen2008-04-181-13/+2
|
* officially renamed active_relation to arelNick Kallen2008-04-1821-0/+1514