aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* finally fixed table aliasing issuesNick Kallen2008-05-016-37/+29
* naming of aliased relations seemed to be solved; now aggregate relations are ...Nick Kallen2008-05-017-26/+38
* 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
* todosNick Kallen2008-04-181-1/+5
* in fact, when doing subsequent orderings, we assume that the previous orderin...Nick Kallen2008-04-182-7/+11
* 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
* 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, mul...Bryan Helmkamp2008-04-133-0/+53
| * 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
* | 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 l...Nick Kallen2008-04-122-2/+15
* | typoNick Kallen2008-04-121-2/+0
* | considering deprecating rename operationNick Kallen2008-04-121-4/+5
* | - removed #qualify and #descend helperNick Kallen2008-04-1226-223/+28
* | - string passthrough for joinsNick Kallen2008-04-129-21/+29
* | fixed bug with take/skipNick Kallen2008-04-117-26/+38
* | redesigned the way limit and offset workNick Kallen2008-04-119-50/+90
|/
* string passthrough for joinsNick Kallen2008-04-114-11/+34
* string passthrough for joinsNick Kallen2008-04-119-23/+32
* removed spurious calls to bindNick Kallen2008-04-112-5/+5
* removed binding for attributes and predicatesNick Kallen2008-04-116-32/+19
* removed bind for insertion and updationNick Kallen2008-04-116-14/+14
* refactored bind for orderNick Kallen2008-04-113-3/+4
* moved bind to factory of selectNick Kallen2008-04-118-33/+28
* added attribute.eq(nil)Nick Kallen2008-03-1610-11/+45
* test organizationNick Kallen2008-03-161-4/+4
* projections now support string passthroughNick Kallen2008-03-165-22/+61
* nested orderingsNick Kallen2008-03-166-14/+36
* allowing string passthrough for order clausesNick Kallen2008-03-167-47/+96
* added support for `attribute IN ...` and `attribute BETWEEN ...`Nick Kallen2008-03-1612-71/+126
* renamed operatorsNick Kallen2008-03-168-28/+28
* formatting insert and update statementsNick Kallen2008-03-168-45/+110