| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -2/+2 |
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -7/+7 |
* | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -0/+6 |
* | Do not dump a view as a table in sqlite3, mysql and mysql2 adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+13 |
* | Add `#views` and `#view_exists?` methods on connection adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+18 |
* | Add view tests for MySQL | yui-knk | 2015-09-08 | 1 | -0/+66 |
* | Resolve enums in test fixtures | George Claghorn | 2015-05-27 | 1 | -1/+1 |
* | reuse view test-cases for pg materialized view tests. | Yves Senn | 2014-09-11 | 1 | -9/+27 |
* | Oracle does not support `IF EXISTS` for `DROP VIEW`. | Yves Senn | 2014-09-09 | 1 | -2/+2 |
* | models backed by views don't assume "id" columns are the primary key. | Yves Senn | 2014-09-09 | 1 | -0/+11 |
* | add test-cases for primary-key-less-views. Closes #16555. | Yves Senn | 2014-09-09 | 1 | -0/+43 |
* | Merge pull request #14056 from girishso/14041 | Yves Senn | 2014-09-09 | 1 | -1/+0 |
* | introduce `connection.supports_views?` and basic view tests. | Yves Senn | 2014-09-09 | 1 | -0/+42 |