| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop passing a column to `quote` in tests | Sean Griffin | 2015-01-10 | 1 | -4/+5 |
* | remove deprecated support for PG ranges with exclusive lower bounds. | Yves Senn | 2015-01-05 | 1 | -27/+5 |
* | Prefer `array?` rather than `array` | Ryuta Kamizono | 2015-01-04 | 14 | -20/+20 |
* | Stop depending on columns for type information in PG quoting tests | Sean Griffin | 2015-01-01 | 2 | -30/+29 |
* | Ensures that primary_key method will return nil when multi-pk | Arthur Neves | 2014-12-30 | 1 | -0/+6 |
* | Go through normal `where` logic when preloading associations | Sean Griffin | 2014-12-26 | 1 | -1/+1 |
* | Correctly ignore `case_sensitive` for UUID uniqueness validation | Sean Griffin | 2014-12-26 | 1 | -0/+17 |
* | Dump the default `nil` for PostgreSQL UUID primary key. | Ryuta Kamizono | 2014-12-26 | 1 | -0/+6 |
* | Add `force: true` to table created in tests | Sean Griffin | 2014-12-22 | 1 | -1/+1 |
* | Correctly handle limit on int4 and int8 types in PG | Sean Griffin | 2014-12-22 | 1 | -0/+25 |
* | `force: :cascade` to recreate tables referenced by foreign-keys. | Yves Senn | 2014-12-19 | 1 | -1/+1 |
* | Relax the UUID regex | Godfrey Chan | 2014-12-18 | 1 | -3/+7 |
* | Update test case for TZ aware attributes | Sean Griffin | 2014-12-08 | 1 | -4/+14 |
* | Allow custom handling of non-standard types in `time_zone_conversion` | Sean Griffin | 2014-12-08 | 1 | -0/+6 |
* | Revert to 4.1 behavior for casting PG arrays | Sean Griffin | 2014-12-08 | 1 | -5/+20 |
* | Add `force: true` to tables created in PG tests | Sean Griffin | 2014-12-05 | 2 | -2/+2 |
* | Correctly respect subtypes for PG arrays and ranges | Sean Griffin | 2014-12-05 | 1 | -0/+18 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 1 | -1/+51 |
* | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 1 | -0/+15 |
* | tests, extract pg number tests into separate file. | Yves Senn | 2014-12-02 | 2 | -35/+50 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 8 | -5/+86 |
* | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 1 | -6/+73 |
* | ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961 | Aaron Patterson | 2014-12-01 | 1 | -0/+5 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 2 | -4/+2 |
* | oops, forgot to add the real assertion! | Aaron Patterson | 2014-11-24 | 1 | -0/+1 |
* | allow the "USING" statement to be specified on change column calls | Aaron Patterson | 2014-11-24 | 1 | -0/+25 |
* | Rename the primary key index when renaming a table in pg | Sean Griffin | 2014-11-22 | 1 | -0/+34 |
* | Remove the unused second argument to `substitute_at` | Sean Griffin | 2014-11-17 | 1 | -1/+1 |
* | rm `reorder_bind_params` | Sean Griffin | 2014-11-17 | 1 | -4/+1 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 1 | -0/+1 |
* | pg tests, get rid of `sql_types_test.rb`. | Yves Senn | 2014-11-07 | 3 | -18/+14 |
* | pg tests, only execute what's necessary. | Yves Senn | 2014-11-07 | 2 | -27/+26 |
* | tests, remove unneeded requires. | Yves Senn | 2014-11-06 | 4 | -11/+0 |
* | tests, use SchemaDumpingHelper to dump a specific table. | Yves Senn | 2014-11-06 | 1 | -12/+12 |
* | Added SchemaDumper support for tables with jsonb columns. | Ted O'Meara | 2014-11-04 | 1 | -0/+8 |
* | fix set_pk_sequence and add a test for it. | Aaron Patterson | 2014-10-31 | 1 | -0/+8 |
* | add bigserial pk support | Aaron Patterson | 2014-10-29 | 1 | -0/+20 |
* | pg, test assigning non-array values to an array column. Closes #14716. | Yves Senn | 2014-10-16 | 1 | -0/+9 |
* | add a truncate method to the connection | Aaron Patterson | 2014-09-22 | 1 | -0/+10 |
* | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 1 | -0/+26 |
* | pg, add test cases for updateable views. | Yves Senn | 2014-09-11 | 1 | -0/+45 |
* | reuse view test-cases for pg materialized view tests. | Yves Senn | 2014-09-11 | 1 | -58/+9 |
* | Added enable_extension! to helper | Abdelkader Boudih | 2014-09-05 | 4 | -21/+11 |
* | Don't test PostgreSQL implementation details | Akira Matsuda & Kohei Suzuki | 2014-08-29 | 1 | -3/+0 |
* | pg, `default_sequence_name` needs to return a string. | Yves Senn | 2014-08-25 | 1 | -6/+6 |
* | Don't trim excess whitespace in pg #columns_for_distinct | Agis- | 2014-08-24 | 1 | -0/+8 |
* | adding the exception RecordNotFound to UUID find | JoseLuis Torres | 2014-08-21 | 1 | -0/+14 |
* | Change the default `null` value for timestamps | Sean Griffin | 2014-08-12 | 1 | -4/+4 |
* | Add support for Postgresql JSONB | Philippe Creux | 2014-07-24 | 1 | -9/+25 |
* | Allow to specify a type for foreign key column in migrations | Andrey Novikov | 2014-07-22 | 1 | -1/+1 |