aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/relations
Commit message (Collapse)AuthorAgeFilesLines
* performance enhancementsNick Kallen2008-05-175-26/+15
|
* performance enhancing drugsNick Kallen2008-05-1716-18/+30
|
* slight performance improvementNick Kallen2008-05-173-11/+6
|
* simplificatin of attribute divisionNick Kallen2008-05-172-11/+0
|
* fixed string escaping issueNick Kallen2008-05-162-3/+3
|
* this is as close as it's beenNick Kallen2008-05-161-2/+1
|
* additional test coverage for some random complex caseNick Kallen2008-05-163-1/+15
|
* cleanupNick Kallen2008-05-163-10/+4
|
* cleaned up nilNick Kallen2008-05-164-18/+15
|
* some cleanup, notes for further cleanup/investigationNick Kallen2008-05-167-28/+35
|
* worserNick Kallen2008-05-151-1/+1
|
* thinks must get worse before they get betterNick Kallen2008-05-155-12/+27
|
* experimenting with new binding stuffNick Kallen2008-05-155-27/+33
|
* fixed defect with select inside of alias joined to the same table (yikes)Nick Kallen2008-05-142-3/+3
|
* fixed defect in aliasNick Kallen2008-05-137-20/+11
|
* some slight performance improvementsNick Kallen2008-05-123-7/+6
|
* some memoizing and hash equality performance optimizationsNick Kallen2008-05-122-2/+2
|
* renamed attribute_for_attribute to find_attribute_matching_attributeNick Kallen2008-05-071-7/+8
|
* removing operator overloadingNick Kallen2008-05-071-1/+1
|
* performance optimizationNick Kallen2008-05-052-4/+13
|
* string passthrough for "group by"Nick Kallen2008-05-051-1/+1
|
* better column disambiguationNick Kallen2008-05-053-5/+9
|
* last of the cleanup -- FOR THE MOMENTNick Kallen2008-05-044-29/+23
|
* missing fileNick Kallen2008-05-041-0/+17
|
* cleanupNick Kallen2008-05-044-41/+38
|
* reorganizationNick Kallen2008-05-042-81/+79
|
* introducing structural recursionNick Kallen2008-05-042-25/+4
|
* cleanupNick Kallen2008-05-042-11/+2
|
* cleanupNick Kallen2008-05-042-8/+4
|
* cleanupNick Kallen2008-05-041-10/+6
|
* additional testingNick Kallen2008-05-041-7/+2
|
* minor cleanupNick Kallen2008-05-045-16/+15
|
* Table names seem to be disambiguated.Nick Kallen2008-05-047-47/+69
| | | | - Code is a mess, about to undergo some refactoring
* finally fixed table aliasing issuesNick Kallen2008-05-013-22/+19
| | | | - 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-015-20/+24
| | | | still broken
* the big obstacleNick Kallen2008-04-304-17/+11
|
* automatically aliasing tablesNick Kallen2008-04-285-27/+39
|
* attribute disambiguationNick Kallen2008-04-272-12/+6
|
* results of a select query are a hash indexed by attribute rather than stringNick Kallen2008-04-272-10/+12
|
* - new todo itemsNick Kallen2008-04-191-0/+5
| | | | | - alias to_sql to to_s - added column_for to join (untested)
* in fact, when doing subsequent orderings, we assume that the previous ↵Nick Kallen2008-04-181-5/+9
| | | | 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-9/+3
|
* officially renamed active_relation to arelNick Kallen2008-04-1816-0/+546