aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/money_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* Add `force: true` to table created in testsSean Griffin2014-12-221-1/+1
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Remove unneccessary special case for money in quotingSean Griffin2014-07-031-0/+24
* Don't type cast the default on the columnSean Griffin2014-06-171-2/+1
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-4/+4
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+2
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-4/+22
* pg test, extract network address type tests into separate file.Yves Senn2014-05-221-1/+1
* pg, extract money tests into separate file.Yves Senn2014-05-211-0/+54