| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove warning from postgresql geometric test | yuuji.yaginuma | 2015-12-05 | 1 | -1/+3 |
* | Add schema dumping support for PostgreSQL geometric data types | Ryuta Kamizono | 2015-11-24 | 1 | -5/+61 |
* | Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g... | Ryuta Kamizono | 2015-11-24 | 1 | -0/+84 |
* | Rename 'key' to 'lock_id' or 'lock_name' for advisory locking | Sam Davies | 2015-11-18 | 1 | -10/+10 |
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 2 | -15/+15 |
* | Use advisory locks to prevent concurrent migrations | Sam Davies | 2015-10-30 | 1 | -0/+42 |
* | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 2 | -2/+2 |
* | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug | Sean Griffin | 2015-09-24 | 1 | -0/+14 |
|\ |
|
| * | Fix a bug with returning_disabled when using the postgresql adapter | George Deglin | 2015-09-20 | 1 | -0/+15 |
* | | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -0/+2 |
|/ |
|
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 |
* | Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_view | Yves Senn | 2015-09-08 | 1 | -64/+0 |
|\ |
|
| * | Add view tests for MySQL | yui-knk | 2015-09-08 | 1 | -64/+0 |
* | | Fix test failures from premature merge of #21317 | Matthew Draper | 2015-09-07 | 1 | -1/+8 |
* | | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 2 | -2/+11 |
|/ |
|
* | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 1 | -7/+47 |
* | PostgreSQL, add `:if_exists` to `#drop_schema`. | Yves Senn | 2015-08-28 | 2 | -11/+22 |
* | Display decimal defaults as strings to keep precision | John Gesimondo | 2015-06-23 | 2 | -1/+6 |
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 40 | -76/+72 |
* | Return a `Point` object from the PG Point type | Sean Griffin | 2015-06-05 | 1 | -11/+108 |
* | PostgreSQL: `:collation` support for string and text columns | Ryuta Kamizono | 2015-05-04 | 1 | -0/+53 |
* | PostgreSQL, Fix OID based type casts in C for primitive types. | Lars Kanis | 2015-03-25 | 4 | -13/+13 |
* | PostgreSQL, Add test case for "Infinity" string assignment to float columns. | Lars Kanis | 2015-03-22 | 1 | -0/+9 |
* | Don't cast nil to string in pg enums | Sean Griffin | 2015-03-19 | 1 | -0/+8 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 7 | -7/+7 |
* | pg, `disable_referential_integrity` only catches AR errors. | Yves Senn | 2015-03-11 | 1 | -1/+23 |
* | Fix json_test | palkan | 2015-03-11 | 1 | -0/+1 |
* | Fix intermittent test failures | Sean Griffin | 2015-03-09 | 1 | -0/+1 |
* | Fix intermittent test failures | Sean Griffin | 2015-03-09 | 1 | -0/+1 |
* | Remove duplicated test | Ryuta Kamizono | 2015-03-04 | 1 | -20/+0 |
* | Correctly dump `serial` and `bigserial` | Ryuta Kamizono | 2015-03-04 | 1 | -0/+60 |
* | Remove unused line | Ryuta Kamizono | 2015-03-03 | 1 | -1/+0 |
* | rework `disable_referential_integrity` for PostgreSQL. | Yves Senn | 2015-02-24 | 1 | -0/+89 |
* | Should handle array option for `:cast_as` | Ryuta Kamizono | 2015-02-19 | 1 | -0/+7 |
* | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 15 | -19/+19 |
* | prefer `drop_table if_exists: true` over raw SQL. | Yves Senn | 2015-02-18 | 7 | -7/+7 |
* | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 2 | -5/+5 |
* | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 6 | -17/+17 |
* | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 6 | -24/+24 |
* | Extract `DateTimePrecisionTest` | Ryuta Kamizono | 2015-02-13 | 1 | -100/+0 |
* | pg tests, be clear about the missing type that causes a test skip. | Yves Senn | 2015-02-12 | 1 | -7/+6 |
* | The datetime precision with zero should be dumped | Ryuta Kamizono | 2015-02-11 | 1 | -22/+39 |
* | Refactor microsecond precision to be database agnostic | Sean Griffin | 2015-02-10 | 2 | -5/+3 |
* | Fix rounding problem for PostgreSQL timestamp column | Ryuta Kamizono | 2015-02-08 | 1 | -0/+16 |
* | Remove unused line | Ryuta Kamizono | 2015-02-08 | 1 | -1/+0 |
* | rm `Type#number?` | Sean Griffin | 2015-02-07 | 14 | -19/+0 |
* | Fix test cases for money, bit and bit_varying | Melody | 2015-02-04 | 2 | -2/+4 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 17 | -17/+0 |
* | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 15 | -70/+107 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 4 | -13/+24 |