aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/infix_operation.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
* * Support for bitwise operations as infix operators. Tests included.Shahbaz Javeed2016-01-061-0/+30
* Add database specific string concatenationKeenan Brock2016-01-051-1/+6
* InfixOperations are valid value expressions per SQL99 BNF, andErnie Miller2011-05-021-0/+1
* Move #as to AliasPredication, stop overriding Function's #as.Ernie Miller2011-04-291-0/+1
* Replace MathOperation with InfixOperation to support more operatorsErnie Miller2011-03-091-0/+42