silverstripe-framework/src/ORM/Connect
Steve Boyd 137ebcebec API Stop using deprecated API 2022-11-15 18:20:54 +13:00
..
DBConnector.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DBQueryBuilder.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DBSchemaManager.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
Database.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DatabaseException.php Update spaces in syntax, single quotes, early returns where possible 2020-10-01 17:36:14 -07:00
MySQLDatabase.php ENH Various changes via static analysis tooling 2022-08-24 12:14:32 +12:00
MySQLQuery.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
MySQLQueryBuilder.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
MySQLSchemaManager.php ENH Various changes via static analysis tooling 2022-08-24 12:14:32 +12:00
MySQLStatement.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
MySQLTransactionManager.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
MySQLiConnector.php FIX Ensure not passing null to mysql methods for PHP 8.1 compatibility 2022-06-29 09:34:30 +12:00
NestedTransactionManager.php FIX: Use PDO’s built-in transaction support in MySQLDatabase. 2018-11-09 10:31:19 +13:00
NullDatabase.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
NullDatabaseException.php NEW NullDatabase (#10016) 2022-02-04 10:07:27 +13:00
PDOConnector.php API Update deprecations 2022-10-13 14:49:15 +13:00
PDOQuery.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
PDOStatementHandle.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Query.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
TableBuilder.php API TableBuilder class reduces inconsistency between temp & prod db 2022-07-07 09:49:19 +12:00
TempDatabase.php API TableBuilder class reduces inconsistency between temp & prod db 2022-07-07 09:49:19 +12:00
TransactionManager.php DOC: Added documentation for strict type changes 2018-11-09 11:08:36 +13:00