aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/numbers_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add assertion messagesAkira Matsuda2017-01-251-1/+1
* assert_send is going to be deprecated since minitest 5.10.0Akira Matsuda2017-01-181-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* Add `force: true` to tables created in PG testsSean Griffin2014-12-051-1/+1
* tests, extract pg number tests into separate file.Yves Senn2014-12-021-0/+49