Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | completed initial functionality for joining with aggregation (the meaning of ↵ | Nick Kallen | 2008-01-21 | 1 | -0/+1 |
| | | | | which is joining on a subselect/derived table); the big change is the introduction of a #projections protected method; this is a private version of #attributes which preserves implementation information (e.g., the name of the function called) | ||||
* | adding grouping functionality; added some dummy code ("Schmoin") for ↵ | Nick Kallen | 2008-01-16 | 1 | -1/+1 |
| | | | | experimenting with aggregate joins. need to resolve the ambiguity in the #as operator between (SELECT * FROM foo AS bar) vs. (SELECT * FROM foo) AS bar | ||||
* | Remove ActiveRelation sub-modules and refactor specs | Bryan Helmkamp | 2008-01-14 | 1 | -4/+1 |
| | |||||
* | bug with aggregation to_Sql | Nick Kallen | 2008-01-12 | 1 | -0/+3 |
| | |||||
* | minor | Nick Kallen | 2008-01-07 | 1 | -3/+4 |
| | |||||
* | integration spec is persuasive, hopefully | Nick Kallen | 2008-01-06 | 1 | -0/+2 |
| | |||||
* | qualified naming | Nick Kallen | 2008-01-05 | 1 | -0/+8 |
| | |||||
* | new usage of builder | Nick Kallen | 2008-01-03 | 1 | -0/+11 |
| | | | | ` | ||||
* | sql builder | Nick Kallen | 2007-12-30 | 1 | -1/+6 |
| | |||||
* | initial import | Nick Kallen | 2007-12-30 | 1 | -0/+3 |