| Commit message (Expand) | Author | Age | Files | Lines |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 8 | -43/+67 |
* | 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 |
* | PERF: eliminating method_missing | Aaron Patterson | 2010-07-27 | 1 | -7/+0 |
* | replacing "let" with "tap" | Aaron Patterson | 2010-07-25 | 7 | -9/+9 |
* | fixing incompatibilities with AR | Aaron Patterson | 2010-07-21 | 1 | -0/+27 |
* | Don't use a subquery when there are joins. Use a required alias for the subqu... | Emilio Tagua | 2010-06-23 | 1 | -4/+4 |
* | 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 |
* | Merge branch 'brynary' | Ernie Miller | 2010-05-26 | 1 | -1/+1 |
|\ |
|
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 1 | -1/+1 |
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem... | Ernie Miller | 2010-05-21 | 3 | -9/+37 |
|/ |
|
* | Tests for ranges with excluded ends and complements | Ernie Miller | 2010-05-07 | 1 | -0/+22 |
* | Inequality shouldn't descend from equality, due to Rails type checks, and res... | Ernie Miller | 2010-05-07 | 1 | -3/+3 |
* | Merge remote branch 'spastorino/master' | Emilio Tagua | 2010-04-22 | 1 | -0/+75 |
|\ |
|
| * | build expression not(nil) as IS NOT NULL | Santiago Pastorino | 2010-04-21 | 1 | -0/+75 |
* | | Return nil when looking up an attribute by name that does not exist instead o... | Carl Lerche | 2010-04-03 | 1 | -19/+0 |
|/ |
|
* | We're obviously writing specs for arel. No need for a sub directory. | Carl Lerche | 2010-03-12 | 36 | -0/+3083 |