Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include modules to extend core classes to improve inspectability | Bryan Helmkamp | 2009-05-17 | 4 | -21/+46 |
* | Moving a few stray SQL references in the memory engine code | Bryan Helmkamp | 2009-05-17 | 1 | -0/+14 |
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 20 | -27/+27 |
* | initial implementation of cross-engine join | Bryan Helmkamp | 2009-05-17 | 3 | -1/+11 |
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 2 | -6/+6 |
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 3 | -4/+18 |
* | moved table-related stuff into sql engine | Nick Kallen | 2009-05-17 | 2 | -0/+7 |
* | join sql stuff moved into sql adapter | Bryan Helmkamp | 2009-05-17 | 2 | -8/+24 |
* | removed function_sql in favor of polymorphism | Bryan Helmkamp | 2009-05-17 | 1 | -6/+30 |
* | consolidated files | Bryan Helmkamp | 2009-05-17 | 9 | -77/+68 |
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 7 | -21/+14 |
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 28 | -0/+465 |