aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/integer.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-1/+5
* Fix out of range error messageRyuta Kamizono2014-11-251-1/+1
* Speed up integer casting from DBSean Griffin2014-11-181-0/+5
* Revert "[PERF] Speed up integer type casting from DB"Godfrey Chan2014-11-171-4/+1
* :nail_care: Put escape clause first, keeps @sgrif happy :grin:Godfrey Chan2014-11-171-1/+2
* [PERF] Speed up integer type casting from DBGodfrey Chan2014-11-171-1/+3
* Use the correct values for int max and minSean Griffin2014-10-311-9/+13
* Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-1/+20
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+27