aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/config.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-03-26 17:14:05 +0100
committerYves Senn <yves.senn@gmail.com>2014-04-01 09:54:32 +0200
commit4d344bb4fdc0a57aff60c755dda0c5e3c6e08cdb (patch)
tree81d596d44dc7dabe25c8cd20ee7f9d72c347bb35 /activerecord/test/config.rb
parent5eb13fcaac5c7328e048bf4e5d2d8418fefc5ac1 (diff)
downloadrails-4d344bb4fdc0a57aff60c755dda0c5e3c6e08cdb.tar.gz
rails-4d344bb4fdc0a57aff60c755dda0c5e3c6e08cdb.tar.bz2
rails-4d344bb4fdc0a57aff60c755dda0c5e3c6e08cdb.zip
PostgreSQL determine `Column#type` through corresponding OID. #7814
I ran the whole test suite and compared the old to the new types. Following is the list of types that did change with this patch: ``` DIFFERENT TYPE FOR mood: NEW: enum, BEFORE: DIFFERENT TYPE FOR floatrange: NEW: floatrange, BEFORE: float ``` The `floatrange` is a custom type. The old type `float` was simply a coincidence form the name `floatrange` and our type-guessing.
Diffstat (limited to 'activerecord/test/config.rb')
0 files changed, 0 insertions, 0 deletions