Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand usages of #hash_on. The #hash definition it produces looks broken, but... | Bryan Helmkamp | 2009-05-18 | 1 | -1/+8 |
* | Extracting #build_query method for creating SQL from parts | Bryan Helmkamp | 2009-05-17 | 3 | -16/+25 |
* | Refactor #select_sql. Extract methods to generate clauses | Bryan Helmkamp | 2009-05-17 | 1 | -7/+27 |
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 9 | -9/+9 |
* | initial implementation of cross-engine join | Bryan Helmkamp | 2009-05-17 | 1 | -0/+4 |
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 1 | -1/+1 |
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
* | moved table-related stuff into sql engine | Nick Kallen | 2009-05-17 | 1 | -0/+6 |
* | join sql stuff moved into sql adapter | Bryan Helmkamp | 2009-05-17 | 1 | -0/+14 |
* | consolidated files | Bryan Helmkamp | 2009-05-17 | 4 | -38/+36 |
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 4 | -8/+5 |
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 13 | -0/+167 |