aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/datatype_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-6/+6
* postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-061-1/+3
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-0/+15
* Removes NetAddr dependencyDan McClain2012-05-081-3/+4
* Converts inet and cidr columns to NetAddr::CIDRDan Seaver2012-05-071-4/+6
* Adds migration and schema dump support for INET, CIDR, and MACADDRDan Seaver2012-05-051-3/+3
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-0/+25
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+243