aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/sql_types_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* 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