aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/datetime_precision_quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache database version in schema cacheAli Ibrahim2019-04-031-3/+0
* Replace some more Mocha#stub calls with Minitestutilum2018-07-171-3/+4
* 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
* Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-011-8/+15
* 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-0/+45