Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 1 | -9/+9 |
| | |||||
* | Inequality shouldn't descend from equality, due to Rails type checks, and ↵ | Ernie Miller | 2010-05-07 | 1 | -1/+1 |
| | | | | resolve conflicts from rebase | ||||
* | Support predicate complements and alternate not syntax (overload BasicObject#!) | Ernie Miller | 2010-05-07 | 1 | -7/+7 |
| | |||||
* | Tests for notmatches and notin, and fixes for issues found in tests | Ernie Miller | 2010-05-07 | 1 | -3/+3 |
| | |||||
* | Rename Attribute Not -> Inequality and add a Not predicate (complement) | Ernie Miller | 2010-05-07 | 1 | -6/+14 |
| | |||||
* | Cleaner support for Ranges with excluded end. | Ernie Miller | 2010-05-07 | 1 | -0/+10 |
| | |||||
* | Add grouped predicates (_any/_all) and refactored predication method definitions | Ernie Miller | 2010-05-07 | 1 | -0/+18 |
| | |||||
* | Added NotMatch and NotIn predicates, made Not derive from Equality (reverted ↵ | Ernie Miller | 2010-05-07 | 1 | -0/+8 |
| | | | | later) | ||||
* | build expression not(nil) as IS NOT NULL | Santiago Pastorino | 2010-04-21 | 1 | -1/+3 |
| | |||||
* | Add support for a NOT predicate | Carl Lerche | 2010-03-12 | 1 | -0/+4 |
| | |||||
* | Create Predicates module to match directory structure | Bryan Helmkamp | 2009-09-30 | 1 | -35/+37 |
| | |||||
* | Moving a few stray SQL references in the memory engine code | Bryan Helmkamp | 2009-05-17 | 1 | -0/+14 |
| | |||||
* | Whitespace | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
| | |||||
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 1 | -0/+37 |
Conflicts: lib/arel/engine.rb lib/arel/extensions/object.rb lib/arel/predicates.rb lib/arel/primitives/attribute.rb lib/arel/primitives/expression.rb lib/arel/primitives/value.rb lib/arel/relations/operations/join.rb lib/arel/relations/relation.rb lib/arel/relations/utilities/externalization.rb lib/arel/relations/utilities/nil.rb lib/arel/relations/writes/delete.rb lib/arel/relations/writes/insert.rb lib/arel/relations/writes/update.rb spec/arel/unit/relations/skip_spec.rb spec/arel/unit/relations/take_spec.rb spec/spec_helper.rb |