aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/array_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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