aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/sanitize_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated `sanitize_sql_hash_for_conditions`Rafael Mendonça França2015-01-041-11/+0
* Add an `assert_deprecated` for `sanitize_sql_hash_for_conditions`Sean Griffin2014-11-021-1/+3
* remove warningKuldeep Aggarwal2014-04-181-1/+1
* `sanitize_sql_like` escapes `escape_character` not only backslash.Yves Senn2014-04-161-4/+5
* SQL Like escaping helper method. [Rob Gilson & Yves Senn]Rob Gilson2014-04-161-0/+26
* add activerecord test coverage for `sanitize_sql_array`Dmitry Polushkin2014-02-091-0/+5
* Process sub-query relation's binding valuesPaul Nikitochkin2013-10-201-4/+13
* Generate subquery for Relation passed as array condition for wherePaul Nikitochkin2013-10-131-0/+6
* Remove current_adapter? from test_sanitize_sql_hash_handles_associationsYasuo Honda2013-05-081-5/+4
* Fix test asserting the sanitized SQL hash differently to some adaptersRafael Mendonça França2013-05-061-1/+7
* Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditionsZach Ohlgren2013-05-061-0/+4
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-211-4/+4
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+25