aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/integer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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