aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* better test coverage of relational operations with blank dataNick Kallen2008-04-122-63/+48
* tests of ValueNick Kallen2008-04-121-1/+28
* added pending test for (difficult) problem of aliasing tables for adjacency l...Nick Kallen2008-04-121-0/+13
* typoNick Kallen2008-04-121-2/+0
* considering deprecating rename operationNick Kallen2008-04-121-4/+5
* - removed #qualify and #descend helperNick Kallen2008-04-1211-148/+25
* - string passthrough for joinsNick Kallen2008-04-122-1/+2
* fixed bug with take/skipNick Kallen2008-04-113-10/+22
* redesigned the way limit and offset workNick Kallen2008-04-113-15/+38
* string passthrough for joinsNick Kallen2008-04-112-10/+21
* string passthrough for joinsNick Kallen2008-04-112-7/+13
* removed spurious calls to bindNick Kallen2008-04-112-5/+5
* removed binding for attributes and predicatesNick Kallen2008-04-114-24/+11
* removed bind for insertion and updationNick Kallen2008-04-113-10/+10
* refactored bind for orderNick Kallen2008-04-111-1/+1
* moved bind to factory of selectNick Kallen2008-04-112-4/+8
* added attribute.eq(nil)Nick Kallen2008-03-161-2/+24
* test organizationNick Kallen2008-03-161-4/+4
* projections now support string passthroughNick Kallen2008-03-161-9/+29
* nested orderingsNick Kallen2008-03-161-0/+26
* allowing string passthrough for order clausesNick Kallen2008-03-163-30/+71
* added support for `attribute IN ...` and `attribute BETWEEN ...`Nick Kallen2008-03-164-46/+82
* renamed operatorsNick Kallen2008-03-165-19/+19
* formatting insert and update statementsNick Kallen2008-03-163-30/+104
* properly quoting array valuesNick Kallen2008-03-163-14/+29
* added abstract declarationNick Kallen2008-03-131-8/+0
* - renamed scalar to valueNick Kallen2008-03-125-46/+82
* test coverage of #prefix_for on join.Nick Kallen2008-03-127-9/+35
* more inadequate testsNick Kallen2008-03-122-9/+12
* pending tests.Nick Kallen2008-03-122-3/+8
* refactored session's interaction with engine/connectionNick Kallen2008-03-116-12/+45
* implemented hashing macro; implemented custom matcher testing this macroNick Kallen2008-03-114-4/+36
* basic functionality for simplest active record find(id)Nick Kallen2008-03-051-0/+6
* scalars are now lifted; the heavy lifting is done by the operations on relati...Nick Kallen2008-03-028-27/+30
* introduced engine dependency for sql strategiesNick Kallen2008-03-025-5/+31
* new concept of session boundariesNick Kallen2008-03-0215-58/+109
* quoting issuesNick Kallen2008-02-246-279/+35
* Introduced concept of session. It does not yet support multiple databases, no...Nick Kallen2008-02-236-43/+100
* updating functionalityNick Kallen2008-02-231-0/+27
* organizing tests into unit/integrationNick Kallen2008-02-2317-17/+17
* extracted conditionals concerning the "externalizing" of relations under a join.Nick Kallen2008-02-182-15/+2
* made descend public; added test coverage for it; tests for qualify are now in...Nick Kallen2008-02-187-13/+53
* adding support for scalar selectsNick Kallen2008-02-162-1/+7
* cleanupNick Kallen2008-02-166-61/+83
* organized congruence stuff in attributeNick Kallen2008-02-161-7/+9
* more test coverageNick Kallen2008-02-163-39/+59
* white box testingNick Kallen2008-02-161-17/+0
* attribute is now a concrete ancestor of expression. seems logical.Nick Kallen2008-02-162-1/+7
* removing unneccessary tests now that attribute lookup is so simpleNick Kallen2008-02-117-117/+29
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-116-30/+30