| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -1/+4 |
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -4/+17 |
* | unfactoring more module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 |
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 1 | -1/+4 |
* | adding a spec for Group#to_sql | Aaron Patterson | 2010-08-04 | 1 | -0/+2 |
* | removing Group#==, improving Group test | Aaron Patterson | 2010-08-04 | 1 | -1/+4 |
* | removing module for faster method lookup | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | removing Table#== as it is not actually used | Aaron Patterson | 2010-07-30 | 1 | -8/+0 |
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 |
* | PERF: removing def engine | Aaron Patterson | 2010-07-30 | 1 | -2/+7 |
* | better tests for Taken constructor, removing Take#== | Aaron Patterson | 2010-07-30 | 1 | -1/+3 |
* | better tests for Where construction, removing Where#== | Aaron Patterson | 2010-07-30 | 1 | -2/+11 |
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 6 | -19/+19 |
* | refactor for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | implementing hash is a non-requirement | Aaron Patterson | 2010-07-28 | 1 | -7/+0 |
* | initializing variables, removing == | Aaron Patterson | 2010-07-28 | 1 | -2/+4 |
* | Enumerable implements #first | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | adding tests for the christener | Aaron Patterson | 2010-07-28 | 1 | -0/+78 |
* | speed up method lookup and reduce API footprint | Aaron Patterson | 2010-07-28 | 1 | -1/+1 |
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 2 | -12/+17 |
* | fixing spec case for method lookup improvement | Aaron Patterson | 2010-07-27 | 1 | -1/+1 |
* | PERF: *args is slow. also removing a non-feature | Aaron Patterson | 2010-07-27 | 1 | -2/+2 |
* | 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 |
* | inequality is a special case of equality | Aaron Patterson | 2010-07-20 | 2 | -0/+48 |
* | CRUD is not being reused, so we should not expose it | Aaron Patterson | 2010-07-20 | 1 | -1/+1 |
* | use Session.instance rather than Session.new for easier code | Aaron Patterson | 2010-07-20 | 2 | -12/+12 |
* | a short inspect is not helpful | Aaron Patterson | 2010-07-20 | 2 | -12/+0 |
* | 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 | 2 | -3/+3 |
* | Merge branch 'brynary' | Ernie Miller | 2010-05-26 | 18 | -33/+33 |
|\ |
|
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 18 | -33/+33 |
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem... | Ernie Miller | 2010-05-21 | 7 | -18/+79 |
|/ |
|
* | Tests for ranges with excluded ends and complements | Ernie Miller | 2010-05-07 | 2 | -5/+82 |
* | noteq -> not_eq, notmatches -> not_matches, notin -> not_in | Ernie Miller | 2010-05-07 | 1 | -4/+4 |
* | Inequality shouldn't descend from equality, due to Rails type checks, and res... | Ernie Miller | 2010-05-07 | 1 | -3/+3 |
* | Tests for notmatches and notin, and fixes for issues found in tests | Ernie Miller | 2010-05-07 | 3 | -10/+35 |
* | Rename Attribute Not -> Inequality and add a Not predicate (complement) | Ernie Miller | 2010-05-07 | 1 | -1/+1 |
* | Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ... | Ernie Miller | 2010-05-07 | 1 | -0/+4 |
* | 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 | 2 | -21/+9 |
* | | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 5 | -7/+45 |
|/ |
|
* | Restrictions should be able to contain multiple predicates. | Carl Lerche | 2010-03-23 | 1 | -0/+1 |
* | Cleanup the spec helper and spec rake task a bit | Carl Lerche | 2010-03-23 | 5 | -24/+24 |