aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/point.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
As we promote these classes to first class concepts, these classes are starting to gain enough behavior to warrant being moved into their own files. Many of them will become quite large as we move additional behavior to the type objects.