aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/unsigned_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-271-1/+1
* 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
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-4/+4
* Simplify the regex for `unsigned?` methodRyuta Kamizono2016-12-111-1/+1
* Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-2/+2
* Fix that unsigned with zerofill is treated as signedRyuta Kamizono2016-11-271-0/+1
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
* Followup of #24835Vipul A M2016-05-031-2/+2
* Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-1/+1
* These limits are now implicitMatthew Draper2015-12-181-1/+1
* 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