Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix modification of input on *_any/*_all predications | Ernie Miller | 2011-02-08 | 1 | -0/+2 |
| | |||||
* | stop using deprecated AND usage | Aaron Patterson | 2010-12-09 | 1 | -3/+3 |
| | |||||
* | refactoring where, fixing subselect | Aaron Patterson | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | implementation for passing a subquery to #in and #not_in | Sven Fuchs | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -1/+5 |
| | |||||
* | Fixed Ruby 1.8 performance regression for Nodes::In and Nodes::NotIn queries ↵ | Rolf Timmermans | 2010-11-18 | 1 | -7/+7 |
| | | | | with very wide ranges that was caused by using Range#min and Range#max rather than Range#begin and Range#end. Ruby 1.8 uses Enumerable#min and Enumerable#max in Ranges, which calls to_a internally. It is not necessary to enumerate the range in order to construct the predicates. At the same time, an off-by-one error (failing test) with exclusive-end Ranges in Nodes::NotIn queries was fixed. | ||||
* | Refactor predication methods to be available to SqlLiterals as well. | Ernie Miller | 2010-10-27 | 1 | -0/+177 |