aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/array_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-031-3/+14
* Dump array subtype options correctlyRyuta Kamizono2017-01-011-3/+5
* use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`yuuji.yaginuma2016-11-171-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Attempt to maintain encoding for arrays of strings with PGSean Griffin2016-08-311-0/+6
* Merge pull request #26074 from kamipo/where_by_attribute_with_array_or_rangeRafael França2016-08-161-0/+6
|\
| * `where` by `array|range` attribute with array or range valueRyuta Kamizono2016-08-111-0/+6
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
|/
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-40/+40
* Do not specal case inspecting associated arrays of over 10 elements, preventi...Kevin McPhillips2016-06-291-1/+6
* make it possible to run AR tests with bin/testYves Senn2015-06-111-4/+4
* Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-3/+3
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-3/+3
* Remove unused lineRyuta Kamizono2015-02-081-1/+0
* rm `Type#number?`Sean Griffin2015-02-071-2/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-7/+9
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-2/+2
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-3/+3
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-5/+20
* pg tests, move uniqueness validation test to array tests.Yves Senn2014-12-021-0/+15
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-0/+8
* pg, test assigning non-array values to an array column. Closes #14716.Yves Senn2014-10-161-0/+9
* Added enable_extension! to helperAbdelkader Boudih2014-09-051-6/+2
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Consolidate testing of update_all type castingSean Griffin2014-06-261-10/+0
* Reconnect after possibly enabling hstoreMatthew Draper2014-06-181-0/+2
* Merge pull request #15782 from sgrif/sg-column-defaultsMatthew Draper2014-06-181-7/+4
|\
| * Don't type cast the default on the columnSean Griffin2014-06-171-7/+4
* | Enable hstore in array testsSean Griffin2014-06-171-0/+6
* | Detect mutations of arrays and array membersSean Griffin2014-06-171-0/+23
* | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-171-0/+18
|/
* PG arrays should type cast user inputSean Griffin2014-06-131-2/+7
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-3/+3
* Ensure time zones don't change after round trip with array columnsSean Griffin2014-06-071-0/+2
* Don't rely on `Time.current` in testsSean Griffin2014-06-071-5/+10
* Add array support when time zone aware attributes are enabledSean Griffin2014-06-071-0/+16
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+4
* test pg, remove unused column assignments. Follow up to 254cdf47Yves Senn2014-06-031-2/+0
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
* test pg, we don't care about the internal state of `column#default`.Yves Senn2014-06-031-2/+0
* Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-10/+1
* test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-131-5/+28
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-121-2/+2
* pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-1/+9
* PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1