aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/bit.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-4/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-2/+2
* Fix `OID::Bit#cast_value`Ryuta Kamizono2016-08-201-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* Rm `Type#type_cast`Sean Griffin2015-02-171-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* 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