aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/matches.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
|
* Add case sensitive matchKeenan Brock2015-12-051-1/+3
| | | | | | | Explicitly declare if this is case sensitive or not most implementation assume case sensitive postgres assumes case insensitive
* {Matches,DoesNotMatch} support the ESCAPE clauseTamir Duberstein2014-09-251-0/+14
|
* removing more nodes!Aaron Patterson2010-12-141-6/+0
|
* adding better dot file support for our nodesAaron Patterson2010-09-291-1/+1
|
* Add support for remaining *_any/*_all attribute methods, and add ↵Ernie Miller2010-09-291-0/+6
matches/does_not_match/not_in