aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
Commit message (Expand)AuthorAgeFilesLines
...
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-092-2/+10
* Don't mess with `_before_type_cast` for numeric typesSean Griffin2014-06-061-2/+1
* Merge pull request #15503 from sgrif/sg-json-hstore-storageYves Senn2014-06-062-12/+0
|\
| * Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-042-12/+0
* | Fix behavior of handling BC era dates.edogawaconan2014-06-051-1/+2
|/
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+4
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-032-1/+18
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-1/+5
* pg, inline casting methods into `OID::Type` objects.Yves Senn2014-06-022-2/+25
* 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