Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 1 | -3/+3 |
* | performing in memory joins | Nick Kallen | 2009-05-17 | 1 | -4/+4 |
* | better test ordering | Bryan Helmkamp | 2009-05-17 | 1 | -5/+4 |
* | recursive memory operations now possible | Bryan Helmkamp | 2009-05-17 | 1 | -3/+4 |
* | reorganizing tests | Nick Kallen | 2009-05-17 | 1 | -8/+13 |
* | made block stuff read nicer | Bryan Helmkamp | 2009-05-17 | 1 | -15/+15 |
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 1 | -2/+6 |
* | removed function_sql in favor of polymorphism | Bryan Helmkamp | 2009-05-17 | 1 | -2/+8 |
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
* | reorganized call | Bryan Helmkamp | 2009-05-17 | 1 | -9/+7 |
* | Update TODO | Bryan Helmkamp | 2008-05-27 | 1 | -0/+1 |
* | AND/OR support for predicates | Bryan Helmkamp | 2008-05-27 | 1 | -1/+1 |
* | externalization now includes limits | Nick Kallen | 2008-05-21 | 1 | -0/+15 |
* | some convenience methods | Nick Kallen | 2008-05-19 | 1 | -0/+1 |
* | renamed ion classes | Nick Kallen | 2008-05-19 | 1 | -2/+3 |
* | renamed select operation to where | Nick Kallen | 2008-05-19 | 1 | -1/+2 |
* | performance enhancing drugs | Nick Kallen | 2008-05-17 | 1 | -2/+2 |
* | fixed defect in alias | Nick Kallen | 2008-05-13 | 1 | -6/+9 |
* | finally fixed table aliasing issues | Nick Kallen | 2008-05-01 | 1 | -14/+8 |
* | attribute disambiguation | Nick Kallen | 2008-04-27 | 1 | -1/+0 |
* | results of a select query are a hash indexed by attribute rather than string | Nick Kallen | 2008-04-27 | 1 | -6/+15 |
* | - new todo items | Nick Kallen | 2008-04-19 | 1 | -1/+6 |
* | todos | Nick Kallen | 2008-04-18 | 1 | -1/+5 |
* | when ordering, the last order wins | Nick Kallen | 2008-04-18 | 1 | -1/+1 |
* | officially renamed active_relation to arel | Nick Kallen | 2008-04-18 | 1 | -1/+1 |
* | Fake database implementation. MySQL not required to run the tests | Bryan Helmkamp | 2008-04-15 | 1 | -1/+1 |
* | adjacency lists work | Nick Kallen | 2008-04-13 | 1 | -13/+10 |
* | better test coverage of relational operations with blank data | Nick Kallen | 2008-04-12 | 1 | -1/+2 |
* | tests of Value | Nick Kallen | 2008-04-12 | 1 | -3/+7 |
* | - string passthrough for joins | Nick Kallen | 2008-04-12 | 1 | -3/+4 |
* | string passthrough for joins | Nick Kallen | 2008-04-11 | 1 | -10/+6 |
* | moved bind to factory of select | Nick Kallen | 2008-04-11 | 1 | -0/+69 |