aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/integer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* Correctly handle limit on int4 and int8 types in PGSean Griffin2014-12-221-0/+25