aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/sql_types_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-151-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-0/+14