| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing incompatibilities with AR | Aaron Patterson | 2010-07-21 | 1 | -1/+1 |
* | take advantage of inheritence for easier codes | Aaron Patterson | 2010-07-20 | 1 | -1/+1 |
* | inequality is a special case of equality | Aaron Patterson | 2010-07-20 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:brynary/arel | Emilio Tagua | 2010-05-27 | 1 | -8/+8 |
|\ |
|
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 1 | -8/+8 |
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem... | Ernie Miller | 2010-05-21 | 1 | -1/+1 |
|/ |
|
* | Inequality shouldn't descend from equality, due to Rails type checks, and res... | Ernie Miller | 2010-05-07 | 1 | -1/+1 |
* | Support predicate complements and alternate not syntax (overload BasicObject#!) | Ernie Miller | 2010-05-07 | 1 | -20/+19 |
* | Tests for notmatches and notin, and fixes for issues found in tests | Ernie Miller | 2010-05-07 | 1 | -3/+50 |
* | 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 | -1/+11 |
* | Create an Arel::Header class representing a relation's attributes | Carl Lerche | 2010-04-02 | 1 | -3/+6 |
* | Restrictions should be able to contain multiple predicates. | Carl Lerche | 2010-03-23 | 1 | -1/+1 |
* | Switch Arel::Relation to a module. This will allow for classes with Relation ... | Carl Lerche | 2010-03-22 | 3 | -3/+5 |
* | Add support for a NOT predicate | Carl Lerche | 2010-03-12 | 1 | -0/+6 |
* | Attributes should be typed | Carl Lerche | 2010-03-12 | 1 | -3/+8 |
* | Added "from" method, allowing to specify custom from clauses. | Emilio Tagua | 2009-12-27 | 1 | -0/+6 |
* | Create Predicates module to match directory structure | Bryan Helmkamp | 2009-09-30 | 1 | -24/+26 |
* | Moving a few stray SQL references in the memory engine code | Bryan Helmkamp | 2009-05-17 | 1 | -15/+0 |
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 6 | -21/+21 |
* | initial implementation of cross-engine join | Bryan Helmkamp | 2009-05-17 | 3 | -3/+7 |
* | basic implementation of in memory insertions | Bryan Helmkamp | 2009-05-17 | 3 | -0/+12 |
* | using in memory relations as results from sql relation | Nick Kallen | 2009-05-17 | 3 | -10/+2 |
* | performing in memory joins | Nick Kallen | 2009-05-17 | 1 | -0/+21 |
* | recursive memory operations now possible | Bryan Helmkamp | 2009-05-17 | 6 | -6/+24 |
* | most in memory operations save join and group | Bryan Helmkamp | 2009-05-17 | 4 | -0/+53 |
* | consolidated files | Bryan Helmkamp | 2009-05-17 | 6 | -31/+15 |
* | reorganized file structures | Bryan Helmkamp | 2009-05-17 | 8 | -0/+116 |