silverstripe-framework/src/ORM/Connect
Niklas Forsdahl 88c70b3234 Fixed deprecation notices in php 8.2 by using the AllowDynamicProperties
annotation on classes that set dynamic properties
2023-08-25 11:07:48 +03: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 MNT Tidy up double assignment 2023-07-20 18:19:14 +12: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 Fixed deprecation notices in php 8.2 by using the AllowDynamicProperties 2023-08-25 11:07:48 +03:00
MySQLQuery.php API Deprecate code 2023-02-07 11:56:04 +13: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 API Deprecate code 2023-02-07 11:56:04 +13:00
MySQLTransactionManager.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
MySQLiConnector.php FIX PHP 8.1 support in MySQLiConnector::query errors (#10570) 2023-07-07 15:56:31 +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 Deprecate code 2023-02-07 11:56:04 +13:00
PDOQuery.php API Deprecate code 2023-02-07 11:56:04 +13:00
PDOStatementHandle.php API Deprecate code 2023-02-07 11:56:04 +13:00
Query.php API Deprecate code 2023-02-07 11:56:04 +13: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