Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace cleanup | Ernie Miller | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'brynary' | Ernie Miller | 2010-05-26 | 1 | -16/+16 |
|\ | |||||
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 1 | -16/+16 |
| | | |||||
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵ | Ernie Miller | 2010-05-21 | 1 | -6/+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 | -5/+60 |
| | |||||
* | noteq -> not_eq, notmatches -> not_matches, notin -> not_in | Ernie Miller | 2010-05-07 | 1 | -4/+4 |
| | |||||
* | Tests for notmatches and notin, and fixes for issues found in tests | Ernie Miller | 2010-05-07 | 1 | -7/+30 |
| | |||||
* | 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 |
| | | | | later) | ||||
* | Add shared tests for skip | Carl Lerche | 2010-03-12 | 1 | -0/+23 |
| | |||||
* | Add full stack tests for #take | Carl Lerche | 2010-03-12 | 1 | -0/+27 |
| | |||||
* | Organize the matchers a bit more | Carl Lerche | 2010-03-12 | 1 | -0/+92 |