aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
Commit message (Expand)AuthorAgeFilesLines
...
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-302-0/+15
* pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-282-2/+14
* Inline type cast method for PG pointsSean Griffin2014-05-231-1/+4
* Push scale to type objectsSean Griffin2014-05-221-1/+1
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-0/+2
* Use the generic type map for all PG type registrationsSean Griffin2014-05-221-6/+13
* Move PG OID types to their own filesSean Griffin2014-05-2122-0/+507