aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/array_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bug on non empty defaults for pg array columnsLuke Steensen2014-03-301-0/+11
* PostgreSQL, test-cases to lock down column default values.Yves Senn2014-03-281-0/+11
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-0/+3
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-0/+12
* Tidy up fix for PG extensions quotingCarlos Antonio da Silva2013-12-231-2/+6
* Serialize postgres' hstore, json and array types correctly in AR update methods.Tadas Tamosauskas2013-12-231-0/+6
* Do not consider PG array columns as number or text columnsCarlos Antonio da Silva2013-12-231-2/+6
* fix quoting non-stringsDamien Mathieu2013-12-221-0/+6
* Fix indent in PG array testsCarlos Antonio da Silva2013-12-191-5/+5
* short arrays in inspectJan Bernacki2013-10-301-0/+5
* Fix multidimensional PG arrays containing non-string itemsYves Senn2013-08-071-14/+19
* test to express that we can't turn non-array columns to array columns.Yves Senn2013-08-061-0/+9
* `change_column` for PG adapter respects `:array` option.Yves Senn2013-07-161-0/+12
* Fix loading of fixtures when the column type is a postgres array of strings.Chris Constantine2013-04-181-0/+6
* Revert "Merge pull request #10043 from cconstantine/master"Rafael Mendonça França2013-04-181-6/+0
* Fix loading of string arrays in postgresChris Constantine2013-04-081-0/+6
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+98