aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-7/+7
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-7/+7
* fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-041-0/+8
* 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
* do not depend on to_yaml being called, but rather depend on YAML being dumpedAaron Patterson2011-04-131-6/+7
* Make serialized fixtures work againPratik Naik2010-12-291-2/+2
* all columns respond to string_to_binary, so no need to check respond_to?Aaron Patterson2010-10-121-3/+8
* test quoting a string with an unknown column typeAaron Patterson2010-10-121-0/+4
* test quoting multibyte chars objectAaron Patterson2010-10-121-0/+20
* test quoting strings with binary columnsAaron Patterson2010-10-121-0/+13
* test quoting a string with a float columnAaron Patterson2010-10-121-0/+5
* testing quoting a string for an int columnAaron Patterson2010-10-121-0/+12
* testing crazy object quotingAaron Patterson2010-10-121-0/+12
* test that dates / times / datetimes call quoted_dateAaron Patterson2010-10-121-0/+10
* test quoting of bigdecimalsAaron Patterson2010-10-121-0/+6
* testing floats, fixnum, and bignumsAaron Patterson2010-10-111-0/+18
* test quoting nils, true, false, idAaron Patterson2010-10-111-0/+20
* getting quoted_time under more specific testsAaron Patterson2010-10-111-0/+65
* starting to get the quote module under testAaron Patterson2010-10-111-0/+30