aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fixed defect in aliasNick Kallen2008-05-1315-49/+44
| | |
* | | some slight performance improvementsNick Kallen2008-05-124-11/+10
| | |
* | | some memoizing and hash equality performance optimizationsNick Kallen2008-05-126-25/+17
| | |
* | | renamed attribute_for_attribute to find_attribute_matching_attributeNick Kallen2008-05-071-7/+8
| | |
* | | removing operator overloadingNick Kallen2008-05-073-6/+6
| | |
* | | performance optimizationNick Kallen2008-05-056-15/+17
| | |
* | | string passthrough for "group by"Nick Kallen2008-05-054-19/+7
| | |
* | | better column disambiguationNick Kallen2008-05-056-8/+60
| | |
* | | last of the cleanup -- FOR THE MOMENTNick Kallen2008-05-045-29/+24
| | |
* | | missing fileNick Kallen2008-05-041-0/+17
| | |
* | | cleanupNick Kallen2008-05-044-41/+38
| | |
* | | reorganizationNick Kallen2008-05-044-104/+91
| | |
* | | introducing structural recursionNick Kallen2008-05-043-25/+5
| | |
* | | cleanupNick Kallen2008-05-046-68/+171
| | |
* | | cleanupNick Kallen2008-05-041-105/+2
| | |
* | | cleanupNick Kallen2008-05-042-8/+4
| | |
* | | cleanupNick Kallen2008-05-041-10/+6
| | |
* | | additional testingNick Kallen2008-05-042-35/+80
| | |
* | | minor cleanupNick Kallen2008-05-046-46/+40
| | |
* | | Table names seem to be disambiguated.Nick Kallen2008-05-0414-106/+120
| | | | | | | | | | | | - Code is a mess, about to undergo some refactoring
* | | finally fixed table aliasing issuesNick Kallen2008-05-016-37/+29
| | | | | | | | | | | | - 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-017-26/+38
| | | | | | | | | | | | still broken
* | | my failing test. this is really really hardNick Kallen2008-04-301-1/+8
| | |
* | | the big obstacleNick Kallen2008-04-307-40/+29
| | |
* | | improved messaging in testNick Kallen2008-04-281-3/+2
| | |
* | | automatically aliasing tablesNick Kallen2008-04-289-106/+92
| | |
* | | attribute disambiguationNick Kallen2008-04-274-21/+31
| | |
* | | results of a select query are a hash indexed by attribute rather than stringNick Kallen2008-04-275-18/+29
| | |
* | | - new todo itemsNick Kallen2008-04-193-1/+12
| | | | | | | | | | | | | | | - alias to_sql to to_s - added column_for to join (untested)
* | | todosNick Kallen2008-04-181-1/+5
| | |
* | | in fact, when doing subsequent orderings, we assume that the previous ↵Nick Kallen2008-04-182-7/+11
| | | | | | | | | | | | 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-183-23/+6
| | |
* | | officially renamed active_relation to arelNick Kallen2008-04-1864-93/+93
| | |
* | | test is meaningless but serves as documentationNick Kallen2008-04-141-0/+1
| | |
* | | - fixed hash orderingNick Kallen2008-04-146-61/+77
| | | | | | | | | | | | - organized doubles (previously called 'fakes')
* | | Fake database implementation. MySQL not required to run the testsBryan Helmkamp2008-04-155-139/+51
| | |
* | | adding limit options to update and destroyNick Kallen2008-04-134-16/+14
| | |
* | | fixed problem with updating multiple valuesNick Kallen2008-04-133-9/+7
| | |
* | | implementing one pending featureNick Kallen2008-04-133-20/+18
| | |
* | | Merge branch 'master' of git://github.com/brynary/arel into brynary/masterNick Kallen2008-04-136-20/+60
|\ \ \
| * | | Some pending specs for Insertion, Deletion and Update relating to LIMITs, ↵Bryan Helmkamp2008-04-133-0/+53
| | | | | | | | | | | | | | | | multiple values and multiple rows
| * | | Un-pending a Table spec that passes nowBryan Helmkamp2008-04-131-1/+0
| | | |
| * | | Remove duplicate Insertion specBryan Helmkamp2008-04-131-14/+0
| | | |
| * | | Use a git-ignored database.yml file for test DB configurationBryan Helmkamp2008-04-123-9/+10
| | | |
* | | | new conception of grouping and aggregation functionalityNick Kallen2008-04-1311-53/+95
| | | |
* | | | adjacency lists workNick Kallen2008-04-135-18/+39
| | | | | | | | | | | | | | | | - implementation is a bit complex, but i can't think of anything simpler
* | | | better test coverage of relational operations with blank dataNick Kallen2008-04-126-99/+56
| | | |
* | | | tests of ValueNick Kallen2008-04-122-4/+35
| | | |
* | | | added pending test for (difficult) problem of aliasing tables for adjacency ↵Nick Kallen2008-04-122-2/+15
| | | | | | | | | | | | | | | | lists
* | | | typoNick Kallen2008-04-121-2/+0
| | | |