aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/datatype_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* move PostgreSQL UUID tests from `datatype_test.rb` to `uuid_test.rb`.Yves Senn2014-02-261-16/+1
* Correctly escape PostgreSQL arrays.Aaron Patterson2014-02-181-0/+8
* extract PG range tests from datatype_test.rb into range_test.rbYves Senn2013-12-131-282/+0
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-191/+174
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-25/+15
* PG adapter deals with negative money values formatted with parenthesis.Yves Senn2013-08-261-0/+8
* Merge pull request #11574 from jetthoughts/11552_rescue_on_invalid_inet_assignYves Senn2013-08-141-0/+14
|\
| * Rescue invalid ip address exceptions on assign.Paul Nikitochkin2013-08-141-0/+14
* | Removed redundant asserts for assigns attribute operationPaul Nikitochkin2013-08-141-28/+28
|/
* fix for postgresql failing test in localKarunakar (Ruby)2013-08-041-1/+1
* 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