silverstripe-framework/src/ORM/Connect
Sam Minnee bd5a815909 FIX: Make all enums non-destructive, not just ClassName
This change also renders a portion of DBSchemaManager irrelevant, that
destructively “fixes” old values. This is in keeping with the
non-destructive principle of dev/build, and some suggestions to move
away from enum fields altogether.

Fixes https://github.com/silverstripe/silverstripe-framework/issues/1387
2018-11-10 12:10:25 +13:00
..
Database.php FIX: Use PDO’s built-in transaction support in MySQLDatabase. 2018-11-09 10:31:19 +13:00
DatabaseException.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBConnector.php Merge branch '3' into 4 2017-08-14 21:18:03 +01:00
DBQueryBuilder.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBSchemaManager.php FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
MySQLDatabase.php FIX: Use PDO’s built-in transaction support in MySQLDatabase. 2018-11-09 10:31:19 +13:00
MySQLiConnector.php FIX: Ensure that types are preserved fetching from database 2018-11-09 10:31:19 +13:00
MySQLQuery.php FIX: MySQLQuery::seek() failed to return a row 2017-01-12 15:34:28 +00:00
MySQLQueryBuilder.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
MySQLSchemaManager.php Fixed phpcs violations 2018-10-05 16:07:33 +02:00
MySQLStatement.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
MySQLTransactionManager.php FIX: Use PDO’s built-in transaction support in MySQLDatabase. 2018-11-09 10:31:19 +13:00
NestedTransactionManager.php FIX: Use PDO’s built-in transaction support in MySQLDatabase. 2018-11-09 10:31:19 +13:00
PDOConnector.php FIX: Use PDO’s built-in transaction support in MySQLDatabase. 2018-11-09 10:31:19 +13:00
PDOQuery.php FIX: Ensure that types are preserved fetching from database 2018-11-09 10:31:19 +13:00
Query.php DOC: Added documentation for strict type changes 2018-11-09 11:08:36 +13:00
TempDatabase.php Maybe fix it? 2018-06-20 14:46:50 +12:00
TransactionManager.php DOC: Added documentation for strict type changes 2018-11-09 11:08:36 +13:00