aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/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-0/+20
* 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-60/+60
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* Add `quoted_time` for truncating the date part of a time column valueRyuta Kamizono2016-04-141-1/+0
* Include running mariadb on travisVipul A M2016-04-141-0/+1
* 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-29/+5
* 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-0/+24
* Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-0/+19
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+65
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-65/+0
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+65