aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* Use `Array#extract!` where possiblebogdanvlviv2018-08-141-6/+8
* Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-2/+2
|\
| * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-2/+2
* | 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-44/+44
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-16/+16
* Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-291-4/+16
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-1/+1
* Remove an unused option that I didn't mean to commit [ci skip]Sean Griffin2015-02-111-2/+1
* Remove most PG specific type subclassesSean Griffin2015-02-111-1/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-7/+19
* Fix description of OID in TypeMapInitializerPrathamesh Sonpatki2014-10-251-1/+1
* Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-171-1/+1
* Use the generic type map for all PG type registrationsSean Griffin2014-05-221-6/+13
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+78