aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/enum_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* 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-6/+6
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-0/+8
* 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
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* tests, remove unneeded requires.Yves Senn2014-11-061-2/+0
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Don't type cast the default on the columnSean Griffin2014-06-171-2/+1
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+1
* test pg, we don't care about the internal state of `column#default`.Yves Senn2014-06-031-1/+0
* pg, support default values for enum types. Closes #7814.Yves Senn2014-05-301-0/+11
* PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-111-2/+0
* Add ConnectionHelper to refactor tests.Guo Xiang Tan2014-04-031-3/+3
* Allow postgresql enum_test to be run in random order.Guo Xiang Tan2014-04-011-5/+9
* PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-2/+1
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-0/+11
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Inline block to fix indent [ci skip]Carlos Antonio da Silva2014-03-041-3/+1
* Fix enum test unused variable warning.Vipul A M2014-03-041-1/+1
* Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-041-0/+28
* test case for custom PostgreSQL enum type.Yves Senn2014-02-261-0/+38