[!!!][TASK] Require Doctrine/DBAL 3.2
The database abstraction layer Doctrine/DBAL 3.2 is now used throughout TYPO3 Core. Some class names have changed, the original Doctrine\DBAL\Result interface is now an object which is used in TYPO3 Core. Our internal drivers are now wrappers around PDOStatement instead of extending PDO's internal APIs. > composer req "doctrine/dbal:^3.2" -W Resolves: #96287 Releases: main Change-Id: I817dbcddf6406e44c94abcd25b3eb805032aec68 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72372 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 130 additions, 108 deletionscomposer.lock
- typo3/sysext/backend/Classes/Authentication/PasswordReset.php 2 additions, 2 deletions...3/sysext/backend/Classes/Authentication/PasswordReset.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 5 additions, 11 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 6 additions, 9 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Database/Connection.php 2 additions, 22 deletionstypo3/sysext/core/Classes/Database/Connection.php
- typo3/sysext/core/Classes/Database/ConnectionPool.php 0 additions, 1 deletiontypo3/sysext/core/Classes/Database/ConnectionPool.php
- typo3/sysext/core/Classes/Database/Driver/DriverConnection.php 111 additions, 0 deletions.../sysext/core/Classes/Database/Driver/DriverConnection.php
- typo3/sysext/core/Classes/Database/Driver/DriverResult.php 172 additions, 0 deletionstypo3/sysext/core/Classes/Database/Driver/DriverResult.php
- typo3/sysext/core/Classes/Database/Driver/DriverStatement.php 139 additions, 0 deletions...3/sysext/core/Classes/Database/Driver/DriverStatement.php
- typo3/sysext/core/Classes/Database/Driver/PDOConnection.php 0 additions, 42 deletionstypo3/sysext/core/Classes/Database/Driver/PDOConnection.php
- typo3/sysext/core/Classes/Database/Driver/PDOMySql/Driver.php 25 additions, 12 deletions...3/sysext/core/Classes/Database/Driver/PDOMySql/Driver.php
- typo3/sysext/core/Classes/Database/Driver/PDOPgSql/Driver.php 24 additions, 13 deletions...3/sysext/core/Classes/Database/Driver/PDOPgSql/Driver.php
- typo3/sysext/core/Classes/Database/Driver/PDOSqlite/Driver.php 19 additions, 11 deletions.../sysext/core/Classes/Database/Driver/PDOSqlite/Driver.php
- typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Connection.php 18 additions, 20 deletions...ext/core/Classes/Database/Driver/PDOSqlsrv/Connection.php
- typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Driver.php 38 additions, 26 deletions.../sysext/core/Classes/Database/Driver/PDOSqlsrv/Driver.php
- typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Statement.php 20 additions, 8 deletions...sext/core/Classes/Database/Driver/PDOSqlsrv/Statement.php
- typo3/sysext/core/Classes/Database/Driver/PDOStatementImplementation.php 0 additions, 64 deletions...re/Classes/Database/Driver/PDOStatementImplementation.php
- typo3/sysext/core/Classes/Database/Platform/PlatformInformation.php 3 additions, 3 deletions...xt/core/Classes/Database/Platform/PlatformInformation.php
- typo3/sysext/core/Classes/Database/Query/QueryBuilder.php 8 additions, 16 deletionstypo3/sysext/core/Classes/Database/Query/QueryBuilder.php
Please register or sign in to comment