diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-03-26 17:14:05 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-04-01 09:54:32 +0200 |
commit | 4d344bb4fdc0a57aff60c755dda0c5e3c6e08cdb (patch) | |
tree | 81d596d44dc7dabe25c8cd20ee7f9d72c347bb35 /activerecord/lib/active_record/null_relation.rb | |
parent | 5eb13fcaac5c7328e048bf4e5d2d8418fefc5ac1 (diff) | |
download | rails-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/lib/active_record/null_relation.rb')
0 files changed, 0 insertions, 0 deletions