aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* renamed strategy to formatterNick Kallen2008-03-1612-21/+21
* properly quoting array valuesNick Kallen2008-03-1615-36/+89
* js/nk - fixed hashingNick Kallen2008-03-153-7/+11
* annotated abstract methods on relationNick Kallen2008-03-132-6/+16
* annotated abstractionNick Kallen2008-03-136-5/+9
* added abstract declarationNick Kallen2008-03-136-18/+22
* renamed sql formatting strategies to correspond with sql grammar rule names i...Nick Kallen2008-03-135-26/+25
* - renamed scalar to valueNick Kallen2008-03-1211-62/+98
* test coverage of #prefix_for on join.Nick Kallen2008-03-128-11/+37
* more inadequate testsNick Kallen2008-03-122-9/+12
* pending tests.Nick Kallen2008-03-123-5/+10
* renamed strategy method to formatNick Kallen2008-03-116-16/+21
* refactored session's interaction with engine/connectionNick Kallen2008-03-1112-16/+113
* implemented hashing macro; implemented custom matcher testing this macroNick Kallen2008-03-119-14/+47
* basic functionality for simplest active record find(id)Nick Kallen2008-03-053-11/+31
* scalars are now lifted; the heavy lifting is done by the operations on relati...Nick Kallen2008-03-0221-75/+100
* introduced engine dependency for sql strategiesNick Kallen2008-03-0217-38/+74
* new concept of session boundariesNick Kallen2008-03-0223-75/+162
* quoting issuesNick Kallen2008-02-2417-349/+93
* renamed attribute to operand per josh's suggestionNick Kallen2008-02-242-23/+29
* Introduced concept of session. It does not yet support multiple databases, no...Nick Kallen2008-02-2313-70/+189
* updating functionalityNick Kallen2008-02-231-0/+17
* updating functionalityNick Kallen2008-02-231-0/+27
* added primitive update functionalityNick Kallen2008-02-232-1/+61
* organizing tests into unit/integrationNick Kallen2008-02-2318-17/+18
* extracted conditionals concerning the "externalizing" of relations under a join.Nick Kallen2008-02-187-33/+46
* made descend public; added test coverage for it; tests for qualify are now in...Nick Kallen2008-02-1816-29/+61
* rename __collect__ to descend since the double underscores were ugly.Nick Kallen2008-02-1811-22/+22
* adding support for scalar selectsNick Kallen2008-02-163-3/+9
* introduced __collect__, an internal enumerating operator. This is a map down ...Nick Kallen2008-02-1613-34/+61
* cleanupNick Kallen2008-02-1611-80/+94
* organized congruence stuff in attributeNick Kallen2008-02-163-19/+28
* more test coverageNick Kallen2008-02-166-48/+69
* white box testingNick Kallen2008-02-161-17/+0
* attribute is now a concrete ancestor of expression. seems logical.Nick Kallen2008-02-164-25/+24
* removing unneccessary tests now that attribute lookup is so simpleNick Kallen2008-02-118-118/+29
* rename substitute to bind since it 'binds' an object to a new relation.Nick Kallen2008-02-1114-43/+43
* aesthetic considerationsNick Kallen2008-02-119-15/+29
* removing code complexity concerning attribute lookup.Nick Kallen2008-02-1114-107/+68
* nk - missing file?Nick Kallen2008-02-041-1/+13
* cleaning up code and adding test coverage for attribute and expression.Nick Kallen2008-02-047-67/+147