aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb
Commit message (Expand)AuthorAgeFilesLines
* 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