aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/bit.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on the column SQL type for bit string quotingSean Griffin2014-07-111-0/+26
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-1/+5
* pg, inline casting methods into `OID::Type` objects.Yves Senn2014-06-021-1/+6
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+17