aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/date_time_precision_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-071-1/+1
* Test that no datetime precision isn't truncated on assignmentRyuta Kamizono2019-02-271-1/+21
* Apply time column precision on assignmentAndrew White2018-03-111-0/+18
* 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
* Allow SQLServerAdapter to opt into a few tests.Ken Collins2017-01-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-62/+62
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Support microsecond datetime precision on MariaDB 5.3+.Jeremy Daer2016-04-081-1/+1
* Consolidate tests for time and datetime columns options, limit and precisionYasuo Honda2015-11-301-30/+7
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Add schema dumping tests for datetime and time precisionRyuta Kamizono2015-02-201-1/+10
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-1/+1
* Fix test failures on Mysql 5.5Sean Griffin2015-02-171-1/+1
* Update code which depended on methods added by 1502caefSean Griffin2015-02-171-1/+1
* Extract `DateTimePrecisionTest`Ryuta Kamizono2015-02-131-0/+102