aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel
Commit message (Collapse)AuthorAgeFilesLines
...
* 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