Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | 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 |
| | |||||
* | 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 ↵ | Ernie Miller | 2010-05-21 | 3 | -9/+37 |
|/ | | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates) | ||||
* | 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 ↵ | Ernie Miller | 2010-05-07 | 1 | -3/+3 |
| | | | | resolve conflicts from rebase | ||||
* | 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 ↵ | Carl Lerche | 2010-04-03 | 1 | -19/+0 |
|/ | | | | of returning a fictitious attribute. | ||||
* | We're obviously writing specs for arel. No need for a sub directory. | Carl Lerche | 2010-03-12 | 36 | -0/+3083 |