Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Support for bitwise operations as infix operators. Tests included. | Shahbaz Javeed | 2016-01-06 | 1 | -0/+30 |
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 1 | -1/+6 |
* | InfixOperations are valid value expressions per SQL99 BNF, and | Ernie Miller | 2011-05-02 | 1 | -0/+1 |
* | Move #as to AliasPredication, stop overriding Function's #as. | Ernie Miller | 2011-04-29 | 1 | -0/+1 |
* | Replace MathOperation with InfixOperation to support more operators | Ernie Miller | 2011-03-09 | 1 | -0/+42 |