aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-86/+86
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-41/+41
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for OracleYasuo Honda2015-06-011-1/+5
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-1/+1
* Properly lookup the limit for bigintSean Griffin2015-02-021-0/+5
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-6/+10
* Remove :timestamp column typeSean Griffin2014-05-191-5/+2
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+100