aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/sql_types_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-151-1/+1
| | | | | | Currently `tinyblob` is dumped to `t.binary "tiny_blob", limit: 255`. But `t.binary ... limit: 255` is generating SQL to `varchar(255)`. It is incorrect. This commit fixes this problem.
* 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