aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* `Mutable` helper is in `ActiveModel`Ryuta Kamizono2018-11-271-1/+1
* Return empty array when casting malformed array stringsLars Kanis2018-06-231-1/+7
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-251-0/+4
* 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
* Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-1/+1
* Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-031-13/+12
* Dump array subtype options correctlyRyuta Kamizono2017-01-011-1/+1
* use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`yuuji.yaginuma2016-11-171-1/+1
* Attempt to maintain encoding for arrays of strings with PGSean Griffin2016-08-311-1/+12
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-0/+4
* Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-251-50/+6
* Delegate limit to subtypewallerjake2015-03-211-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-2/+2
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+6
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+1
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-0/+3
* 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