aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/determine_if_preparable_visitor.rb
Commit message (Expand)AuthorAgeFilesLines
* No allocation `Arel::Visitors::ToSql#visit`Ryuta Kamizono2019-06-151-2/+2
* Fix prepared statements caching to be enabled even when query caching is enabledRyuta Kamizono2019-02-261-1/+1
* Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-031-8/+4
* Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-241-1/+10
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Don't add classes to the top level namespaceSean Griffin2015-10-201-13/+17
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-0/+18