aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-261-1/+1
* Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-6/+6
|\
| * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-6/+6
* | 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
* 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