Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 4 | -12/+12 |
| | |||||
* | implementing hash is a non-requirement | Aaron Patterson | 2010-07-28 | 1 | -7/+0 |
| | |||||
* | Don't use a subquery when there are joins. Use a required alias for the ↵ | Emilio Tagua | 2010-06-23 | 1 | -4/+4 |
| | | | | subquery. | ||||
* | Add support for counting rows with conditions or limit using a subquery. | Emilio Tagua | 2010-06-23 | 1 | -0/+18 |
| | |||||
* | use subquery to get first records if DISTINCT is used (in Oracle compiler) | Raimonds Simanovskis | 2010-06-19 | 1 | -0/+8 |
| | |||||
* | Whitespace cleanup | Ernie Miller | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵ | Ernie Miller | 2010-05-21 | 1 | -0/+33 |
| | | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates) | ||||
* | We're obviously writing specs for arel. No need for a sub directory. | Carl Lerche | 2010-03-12 | 15 | -0/+1524 |