aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors/bind_visitor.rb
Commit message (Expand)AuthorAgeFilesLines
* make the bindvalue visitor backwards compatibleAaron Patterson2014-04-091-1/+4
* bind visitor working with collector objectAaron Patterson2014-04-081-5/+7
* Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als...Alex Lin2014-03-241-3/+3
* Make visitors threadsafe by removing @last_columnErnie Miller2013-04-281-4/+4
* Fixed the bind param visiting for mysql2 prepared statements caseNoemj2013-02-041-0/+10
* added a module for visiting and transforming bind valuesAaron Patterson2012-02-211-0/+24