silverstripe-postgresql/code
Maxime Rainville 753d73e1fe
BUG Fix issues preventing a site from being migrated from SS3 to SS4 (#104)
* BUG Enum value change wasn't being detected by alterTableAlterColumn because backslashes were not accounting

* BUG Update renameTable to also rename constraints

* BUG Add unit tests to cover requireTable and renameTable

* Fix liniting errors

* MINOR Update build to use xenial and add extra PHP version
2019-09-26 10:25:41 +12:00
..
PostgreSQLConnector.php Returns the last inserted ID using currval() which is session dependant rather than last_value which is across all sessions 2017-10-20 13:38:06 +10:00
PostgreSQLDatabase.php FIX Usage of a bug-feature around aliases 2019-05-06 16:06:58 +12:00
PostgreSQLDatabaseConfigurationHelper.php BUG Fix installer for 4.0 (#58) 2016-10-26 14:24:00 +13:00
PostgreSQLQuery.php MINOR: Add comment to explain ‘f’ coercion. 2019-01-23 22:19:26 +13:00
PostgreSQLQueryBuilder.php API Ensure table aliases longer than max characters are safely re-written 2017-05-26 10:15:10 +12:00
PostgreSQLSchemaManager.php BUG Fix issues preventing a site from being migrated from SS3 to SS4 (#104) 2019-09-26 10:25:41 +12:00