aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
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-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-1920-0/+40
|/
* [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | Don't allow uuids with orphan curly bracespdebelak2017-07-071-1/+1
* | Remove database specific JSON typesRyuta Kamizono2017-07-051-10/+0
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0222-22/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0122-0/+22
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-302-2/+2
* Deserialize a raw value from the database in `changed_in_place?` for `Abstrac...Ryuta Kamizono2017-05-301-10/+0
* [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-221-1/+1
* Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-1/+1
* Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-0/+13
* Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-1/+2
* Remove unneeded requires at active recordRafael Mendonça França2017-01-031-2/+0
* Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-031-0/+8
* Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-031-13/+12
* Dump array subtype options correctlyRyuta Kamizono2017-01-011-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Merge pull request #27076 from y-yagi/fix_postgresql_array_encodingSean Griffin2016-11-171-1/+1
|\
| * use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`yuuji.yaginuma2016-11-171-1/+1
* | Support AC::Parameters for PG HStoreJon Moss2016-11-151-0/+2
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-2/+2
* Remove deprecated handling of PG PointsSean Griffin2016-08-312-18/+29
* Attempt to maintain encoding for arrays of strings with PGSean Griffin2016-08-311-1/+12
* Fix `OID::Bit#cast_value`Ryuta Kamizono2016-08-201-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-068-103/+103
* applies new string literal convention in activerecord/libXavier Noria2016-08-069-39/+39
* Rails 5.1 point type should not raise exception if empty string is provided a...bUg2016-05-151-0/+2
* Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-241-0/+2
* `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-311-2/+0
* Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-301-4/+2
* Refactor `OID::Money.precision`Ryuta Kamizono2016-01-301-2/+4
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-082-1/+12
* Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-11/+7
* Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* JSON is still an adapter specific type.Sean Griffin2015-08-212-1/+11
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-182-36/+1
* Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+50
* Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-291-4/+16
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-251-50/+6
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-1/+1
* Delegate limit to subtypewallerjake2015-03-211-1/+1
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3