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