aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/casted.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce NodeExpression as parent of scalar nodesKeenan Brock2017-12-051-1/+1
| | | | | SQL is very powerful. Many nodes can be used as a sub expression or query. grouping all of these possible nodes together
* Type-castable attributes should not try to cast SqlLiteral nodesJames Coleman2017-09-291-1/+1
|
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
|
* Fix Casted#hashMatthew Draper2016-07-281-1/+1
| | | | There is no @class variable.
* added Casted#hashBert Bruynooghe2016-02-171-0/+4
|
* Move casted to its own fileVipul A M2015-05-311-0/+40