aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/unsigned_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `unsigned` types for numeric data types in MySQLRyuta Kamizono2015-09-181-0/+13
* Add `unsigned` support for numeric data types in MySQLRyuta Kamizono2015-09-181-2/+24
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+30