aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/money.rb
Commit message (Expand)AuthorAgeFilesLines
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+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
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+37