aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/datatype_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-071-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-1/+1
* Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-2/+2
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-2/+2
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* tests, extract pg number tests into separate file.Yves Senn2014-12-021-35/+1
* pg tests, get rid of `sql_types_test.rb`.Yves Senn2014-11-071-0/+7
* test pg, move bit string type tests into `bit_string_test.rb`.Yves Senn2014-06-031-34/+1
* pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-221-27/+1
* pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-221-32/+1
* pg test, extract network address type tests into separate file.Yves Senn2014-05-221-50/+1
* pg test, remove unused code.Yves Senn2014-05-221-3/+0
* pg, extract money tests into separate file.Yves Senn2014-05-211-35/+1
* remove warning `ambiguous first argument; put parentheses or even spaces`Kuldeep Aggarwal2014-05-151-1/+1
* test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-131-46/+1
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-121-1/+1
* pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+23
* pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+7
* 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