aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-031-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-3/+3
* Followup of #24835Vipul A M2016-05-031-2/+2
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-4/+4
* Fix test failure on PG caused by 7c6f3938dee47f093Sean Griffin2015-01-231-2/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-0/+18
* Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-171-0/+15