aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add `force: true` to table created in testsSean Griffin2014-12-221-1/+1
* Correctly handle limit on int4 and int8 types in PGSean Griffin2014-12-221-0/+25
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-1/+1
* Relax the UUID regexGodfrey Chan2014-12-181-3/+7
* Update test case for TZ aware attributesSean Griffin2014-12-081-4/+14
* Allow custom handling of non-standard types in `time_zone_conversion`Sean Griffin2014-12-081-0/+6
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-5/+20
* Add `force: true` to tables created in PG testsSean Griffin2014-12-052-2/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-0/+18
* pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-021-1/+51
* pg tests, move uniqueness validation test to array tests.Yves Senn2014-12-021-0/+15
* tests, extract pg number tests into separate file.Yves Senn2014-12-022-35/+50
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-028-5/+86
* tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-021-6/+73
* ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961Aaron Patterson2014-12-011-0/+5
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-292-4/+2
* oops, forgot to add the real assertion!Aaron Patterson2014-11-241-0/+1
* allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-0/+25
* Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+34
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* rm `reorder_bind_params`Sean Griffin2014-11-171-4/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* pg tests, get rid of `sql_types_test.rb`.Yves Senn2014-11-073-18/+14
* pg tests, only execute what's necessary.Yves Senn2014-11-072-27/+26
* tests, remove unneeded requires.Yves Senn2014-11-064-11/+0
* tests, use SchemaDumpingHelper to dump a specific table.Yves Senn2014-11-061-12/+12
* Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-041-0/+8
* fix set_pk_sequence and add a test for it.Aaron Patterson2014-10-311-0/+8
* add bigserial pk supportAaron Patterson2014-10-291-0/+20
* pg, test assigning non-array values to an array column. Closes #14716.Yves Senn2014-10-161-0/+9
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+10
* pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-0/+26
* pg, add test cases for updateable views.Yves Senn2014-09-111-0/+45
* reuse view test-cases for pg materialized view tests.Yves Senn2014-09-111-58/+9
* Added enable_extension! to helperAbdelkader Boudih2014-09-054-21/+11
* Don't test PostgreSQL implementation detailsAkira Matsuda & Kohei Suzuki2014-08-291-3/+0
* pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-6/+6
* Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-0/+8