aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - the solution is currently ugly, but i have an idea how to clean it up
* 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
| | | | | - alias to_sql to to_s - added column_for to join (untested)
* 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
| | | | - implementation is a bit complex, but i can't think of anything simpler
* 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
| | | | - blank checks
* string passthrough for joinsNick Kallen2008-04-111-10/+6
|
* moved bind to factory of selectNick Kallen2008-04-112-0/+86