aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/hash_lookup_type_map.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow additional arguments to be used during type map lookupsSean Griffin2014-05-221-5/+5
| | | | | | | | Determining things like precision and scale in postgresql will require the given blocks to take additional arguments besides the OID. - Adds the ability to handle additional arguments to `TypeMap` - Passes the column type to blocks when looking up PG types
* Use the generic type map for PostgreSQL OID registrationsSean Griffin2014-05-201-0/+6
|
* Use the generic type map object for mysql field lookupsSean Griffin2014-05-201-0/+15