aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_viewYves Senn2015-09-081-64/+0
|\
| * Add view tests for MySQLyui-knk2015-09-081-64/+0
* | Fix test failures from premature merge of #21317Matthew Draper2015-09-071-1/+8
* | Support dropping indexes concurrently in PostgresGrey Baker2015-09-052-2/+11
|/
* pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-281-7/+47
* PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-282-11/+22
* Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-232-1/+6
* make it possible to run AR tests with bin/testYves Senn2015-06-1140-76/+72
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-11/+108
* PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-0/+53
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-254-13/+13
* PostgreSQL, Add test case for "Infinity" string assignment to float columns.Lars Kanis2015-03-221-0/+9
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-0/+8
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-167-7/+7
* pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-1/+23
* Fix json_testpalkan2015-03-111-0/+1
* Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* Remove duplicated testRyuta Kamizono2015-03-041-20/+0
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-0/+60
* Remove unused lineRyuta Kamizono2015-03-031-1/+0
* rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-0/+89
* Should handle array option for `:cast_as`Ryuta Kamizono2015-02-191-0/+7
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-1815-19/+19
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-187-7/+7
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-172-5/+5
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-176-17/+17
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-176-24/+24
* Extract `DateTimePrecisionTest`Ryuta Kamizono2015-02-131-100/+0
* pg tests, be clear about the missing type that causes a test skip.Yves Senn2015-02-121-7/+6
* The datetime precision with zero should be dumpedRyuta Kamizono2015-02-111-22/+39
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-102-5/+3
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+16
* Remove unused lineRyuta Kamizono2015-02-081-1/+0
* rm `Type#number?`Sean Griffin2015-02-0714-19/+0
* Fix test cases for money, bit and bit_varyingMelody2015-02-042-2/+4
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-0317-17/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-3015-70/+107
* Remove Relation#bind_paramsSean Griffin2015-01-274-13/+24
* Fix test failure on PG caused by 7c6f3938dee47f093Sean Griffin2015-01-231-2/+2
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-0/+8
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-1911-14/+14
* Stop passing a column to `quote` in testsSean Griffin2015-01-101-4/+5
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-27/+5
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-0414-20/+20
* Stop depending on columns for type information in PG quoting testsSean Griffin2015-01-012-30/+29
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-261-1/+1
* Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+17
* Dump the default `nil` for PostgreSQL UUID primary key.Ryuta Kamizono2014-12-261-0/+6