aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/integer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct values for int max and minSean Griffin2014-10-311-0/+106
We had accidentally gone one power of two too far. In addition, we need to handle minimum values as well as the maximum.