aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Normalize time value not to be affected by summer timeRyuta Kamizono2018-07-251-10/+14
* Test DST both in local and utc timezoneAlireza Bashiri2018-07-171-2/+24
* Fix failing `QuotingTest#test_quoted_time_utc`bogdanvlviv2018-03-191-2/+2
* Ensure that leading date is stripped by quoted_timeAndrew White2018-03-111-3/+36
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-231-37/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Don't convert dates to strings when using prepared statements in mysqlSean Griffin2017-07-181-3/+11
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-2/+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
* Fix `warning: ambiguous first argument`Ryuta Kamizono2017-05-061-2/+2
* Clarify deprecation message for #quoted_idMatthew Draper2017-05-051-1/+14
* Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-241-1/+1
* Fix type casting AR object to respect the primary key cast type's serializationRyuta Kamizono2017-02-241-0/+27
* Extract `TypeCastingTest` into `test/cases/quoting_test.rb`Ryuta Kamizono2017-02-241-0/+56
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-12/+12
* Move `test_quoting_classes` into `test/cases/quoting_test.rb`Ryuta Kamizono2016-10-291-0/+4
* Remove useless `test_string_with_crazy_column`Ryuta Kamizono2016-09-111-6/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Quoting booleans should return a frozen stringRyuta Kamizono2016-07-271-0/+16
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-3/+3
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-5/+5
* Don't default to YAML dumping when quoting valuesSean Griffin2015-01-141-8/+5
* Always pass a column with a type object to quoteSean Griffin2014-06-281-11/+0
* Don't use column object for type casting in `quoting`Sean Griffin2014-06-181-25/+0
* Remove checks against `column.type` in abstract adapter quotingSean Griffin2014-05-261-18/+10
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-5/+5
* Remove redundant `string_to_binary` from type-castingVipul A M2013-08-091-19/+0
* use method with_active_record_default_timezoneNeeraj Singh2013-07-291-30/+20
* 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