aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/datatype_test.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup, switch arguments in assert_equal callsYves Senn2013-05-081-29/+29
* Squashed commit of the following:Aaron Patterson2013-05-031-2/+0
* Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...kennyj2013-04-171-1/+7
* Revert "fixing bit string test"kennyj2013-04-161-3/+3
* Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::TimeTroy Kruthoff2013-03-011-0/+2
* fixing bit string testAaron Patterson2013-02-101-3/+3
* Fix PostgreSQL tests on TravisAndrew White2013-01-241-10/+31
* Add postgresql range types supportbUg2013-01-231-0/+281
* Reset test data, and fix bug that the inserted data were not actually selectedAkira Matsuda2013-01-081-11/+16
* Use better variable names for ltree tests, remove instance variableCarlos Antonio da Silva2013-01-051-0/+1
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-1/+3
* 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