aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not rely on the column type when quoting infinitySean Griffin2014-07-031-0/+1
* | Use the type object for type casting HStore columnsSean Griffin2014-07-031-2/+34
|/
* Use the type object when sending point columns to the DBSean Griffin2014-06-291-1/+7
* Use the type object for sending JSON to the databaseSean Griffin2014-06-291-2/+10
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-2422-22/+22
* Detect in-place changes on point typesSean Griffin2014-06-171-2/+15
* Detect mutations of arrays and array membersSean Griffin2014-06-171-12/+14
* Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-172-7/+21
* Move array database type casting to the Array typeSean Griffin2014-06-171-0/+30
* Merge pull request #15674 from sgrif/sg-mutable-attributesMatthew Draper2014-06-142-8/+4
|\
| * Detect in-place changes on mutable AR attributesSean Griffin2014-06-132-8/+4
* | Merge pull request #15593 from sgrif/sg-attributeRafael Mendonça França2014-06-131-2/+3
|\ \
| * | Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-2/+3
| |/
* / PG arrays should type cast user inputSean Griffin2014-06-131-4/+8
|/
* Inline PG array type casting helperSean Griffin2014-06-101-4/+26
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-093-11/+11
* 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