aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* joining across engines in either directionBryan Helmkamp2009-05-171-1/+3
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-2/+2
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-3/+5
* using in memory relations as results from sql relationNick Kallen2009-05-171-3/+3
* performing in memory joinsNick Kallen2009-05-171-4/+4
* better test orderingBryan Helmkamp2009-05-171-5/+4
* recursive memory operations now possibleBryan Helmkamp2009-05-171-3/+4
* reorganizing testsNick Kallen2009-05-171-8/+13
* made block stuff read nicerBryan Helmkamp2009-05-171-15/+15
* most in memory operations save join and groupBryan Helmkamp2009-05-171-2/+6
* removed function_sql in favor of polymorphismBryan Helmkamp2009-05-171-2/+8
* moved sql related code to its own engine areaBryan Helmkamp2009-05-171-1/+1
* reorganized callBryan Helmkamp2009-05-171-9/+7
* Update TODOBryan Helmkamp2008-05-271-0/+1
* AND/OR support for predicatesBryan Helmkamp2008-05-271-1/+1
* externalization now includes limitsNick Kallen2008-05-211-0/+15
* some convenience methodsNick Kallen2008-05-191-0/+1
* renamed ion classesNick Kallen2008-05-191-2/+3
* renamed select operation to whereNick Kallen2008-05-191-1/+2
* performance enhancing drugsNick Kallen2008-05-171-2/+2
* fixed defect in aliasNick Kallen2008-05-131-6/+9
* finally fixed table aliasing issuesNick Kallen2008-05-011-14/+8
* attribute disambiguationNick Kallen2008-04-271-1/+0
* results of a select query are a hash indexed by attribute rather than stringNick Kallen2008-04-271-6/+15
* - new todo itemsNick Kallen2008-04-191-1/+6
* todosNick Kallen2008-04-181-1/+5
* when ordering, the last order winsNick Kallen2008-04-181-1/+1
* officially renamed active_relation to arelNick Kallen2008-04-181-1/+1
* Fake database implementation. MySQL not required to run the testsBryan Helmkamp2008-04-151-1/+1
* adjacency lists workNick Kallen2008-04-131-13/+10
* better test coverage of relational operations with blank dataNick Kallen2008-04-121-1/+2
* tests of ValueNick Kallen2008-04-121-3/+7
* - string passthrough for joinsNick Kallen2008-04-122-4/+5
* string passthrough for joinsNick Kallen2008-04-111-10/+6
* moved bind to factory of selectNick Kallen2008-04-112-0/+86