aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed defect in aliasNick Kallen2008-05-1310-31/+22
* some slight performance improvementsNick Kallen2008-05-124-11/+10
* some memoizing and hash equality performance optimizationsNick Kallen2008-05-123-9/+9
* renamed attribute_for_attribute to find_attribute_matching_attributeNick Kallen2008-05-071-7/+8
* removing operator overloadingNick Kallen2008-05-072-2/+2
* performance optimizationNick Kallen2008-05-056-15/+17
* string passthrough for "group by"Nick Kallen2008-05-052-1/+7
* better column disambiguationNick Kallen2008-05-054-8/+14
* 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-042-81/+79
* introducing structural recursionNick Kallen2008-05-043-25/+5
* cleanupNick Kallen2008-05-045-15/+120
* cleanupNick Kallen2008-05-041-105/+2
* cleanupNick Kallen2008-05-042-8/+4
* cleanupNick Kallen2008-05-041-10/+6
* additional testingNick Kallen2008-05-041-7/+2
* minor cleanupNick Kallen2008-05-046-46/+40
* Table names seem to be disambiguated.Nick Kallen2008-05-0410-77/+105
* finally fixed table aliasing issuesNick Kallen2008-05-014-22/+20
* naming of aliased relations seemed to be solved; now aggregate relations are ...Nick Kallen2008-05-016-22/+32
* the big obstacleNick Kallen2008-04-304-17/+11
* automatically aliasing tablesNick Kallen2008-04-287-42/+50
* 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-192-0/+6
* in fact, when doing subsequent orderings, we assume that the previous orderin...Nick Kallen2008-04-181-5/+9
* when ordering, the last order winsNick Kallen2008-04-181-9/+3
* officially renamed active_relation to arelNick Kallen2008-04-1840-64/+64
* adding limit options to update and destroyNick Kallen2008-04-132-2/+4
* fixed problem with updating multiple valuesNick Kallen2008-04-131-1/+1
* implementing one pending featureNick Kallen2008-04-131-2/+2
* new conception of grouping and aggregation functionalityNick Kallen2008-04-137-37/+36
* adjacency lists workNick Kallen2008-04-132-3/+27
* better test coverage of relational operations with blank dataNick Kallen2008-04-123-35/+6
* added pending test for (difficult) problem of aliasing tables for adjacency l...Nick Kallen2008-04-121-2/+2
* - removed #qualify and #descend helperNick Kallen2008-04-1215-75/+3
* - string passthrough for joinsNick Kallen2008-04-125-16/+22
* fixed bug with take/skipNick Kallen2008-04-114-16/+16
* redesigned the way limit and offset workNick Kallen2008-04-116-35/+52
* string passthrough for joinsNick Kallen2008-04-112-1/+13
* string passthrough for joinsNick Kallen2008-04-115-5/+11
* removed binding for attributes and predicatesNick Kallen2008-04-112-8/+8
* removed bind for insertion and updationNick Kallen2008-04-113-4/+4
* refactored bind for orderNick Kallen2008-04-112-2/+3
* moved bind to factory of selectNick Kallen2008-04-113-17/+8
* added attribute.eq(nil)Nick Kallen2008-03-168-7/+19
* projections now support string passthroughNick Kallen2008-03-162-3/+7
* nested orderingsNick Kallen2008-03-165-14/+10