silverstripe-framework/src/ORM/Connect
2019-06-11 16:17:30 +12: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 Merge branch '4.2' into 4.3 2019-04-11 11:21:42 +12: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: Correct type coercion of MySQL 2019-04-05 15:11:21 +13:00
MySQLQueryBuilder.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
MySQLSchemaManager.php FIX: prevent unnecessary field alterations for enums with empty defaults 2019-04-05 16:17:41 +01:00
MySQLStatement.php FIX: Correct type coercion of MySQL 2019-04-05 15:11:21 +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 NEW: Deprecated PDO in favour of native drivers 2019-06-11 16:17:30 +12:00
PDOQuery.php FIX: Fix PDO cached statement column coercion 2019-04-05 15:11:21 +13:00
PDOStatementHandle.php FIX Postgres booleans should return as int for consistency 2019-04-17 15:15:17 +12:00
Query.php DOC: Added documentation for strict type changes 2018-11-09 11:08:36 +13:00
TempDatabase.php Add option to leave Temp DB when exiting 2019-03-19 14:37:13 +13:00
TransactionManager.php DOC: Added documentation for strict type changes 2018-11-09 11:08:36 +13:00