aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/citext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-241-56/+54
* 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
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-18/+18
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* rm `Type#number?`Sean Griffin2015-02-071-1/+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-2/+4
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* 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