aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb
Commit message (Expand)AuthorAgeFilesLines
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-251-0/+4
* Correctly handle infinity value in PostgreSQL range typeyuuji.yaginuma2018-01-041-1/+1
* `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-261-1/+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
* Remove unneeded requires at active recordRafael Mendonça França2017-01-031-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-26/+26
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-9/+9
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-1/+8
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Remove most PG specific type subclassesSean Griffin2015-02-111-2/+12
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-1/+7
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-10/+1
* let's warn with heredocsXavier Noria2014-10-281-4/+7
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-4/+4
* Use the type object for quoting PG RangesSean Griffin2014-07-051-18/+34
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-0/+4
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+56