aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379Ryuta Kamizono2018-01-071-3/+3
* Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-3/+3
|\
| * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-3/+3
* | 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
* Fix a test of AR::Type::TypeMap#lookup when using OracleKoichi ITO2017-02-021-6/+14
* 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