aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb
Commit message (Expand)AuthorAgeFilesLines
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-2/+2
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+6
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+1
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-0/+3
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Detect mutations of arrays and array membersSean Griffin2014-06-171-12/+14
* Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-171-6/+20
* Move array database type casting to the Array typeSean Griffin2014-06-171-0/+30
* PG arrays should type cast user inputSean Griffin2014-06-131-4/+8
* Inline PG array type casting helperSean Griffin2014-06-101-4/+26
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+24