aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/citext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-0/+7
* Added enable_extension! to helperAbdelkader Boudih2014-09-051-7/+2
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* test pg, rm unused requires.Yves Senn2014-06-031-3/+0
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-121-1/+1
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-7/+8
* only run citext_test if the connection supports_extensions?.Yves Senn2014-03-271-52/+54
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* `change_table` supports `citext`. Follow up to #12523.Yves Senn2014-03-111-8/+27
* register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-0/+58