aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/array_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix type casting column default in `change_column`Ryuta Kamizono2019-01-201-1/+13
* Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-171-8/+0
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-7/+7
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-221-1/+3
* Allow `serialize` with a custom coder on `json` and `array` columnsRyuta Kamizono2017-08-131-1/+25
* Do not let use `serialize` on native JSON/array columnKir Shatrov2017-08-041-0/+9
* 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
* Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-0/+6
* 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