aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/bit_string_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-4/+4
* 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
* Fix `OID::Bit#cast_value`Ryuta Kamizono2016-08-201-2/+3
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-3/+5
* 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-2/+0
* Fix test cases for money, bit and bit_varyingMelody2015-02-041-0/+2
* 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-4/+8
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-2/+2
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-2/+0
* Don't type cast the default on the columnSean Griffin2014-06-171-4/+2
* force table creationAaron Patterson2014-06-031-2/+3
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+5
* test pg, remove unused column assignments. Follow up to 254cdf47Yves Senn2014-06-031-3/+0
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-5/+3
* Respect limit for PG bit stringsSean Griffin2014-06-031-8/+8
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-8/+8
* test pg, move bit string type tests into `bit_string_test.rb`.Yves Senn2014-06-031-0/+79