aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/point.rb
Commit message (Expand)AuthorAgeFilesLines
* Rm `Type#type_cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Use the type object when sending point columns to the DBSean Griffin2014-06-291-1/+7
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Detect in-place changes on point typesSean Griffin2014-06-171-2/+15
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-1/+5
* Inline type cast method for PG pointsSean Griffin2014-05-231-1/+4
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+17