[TASK] Migrate Doctrine DBAL fetchAll() to fetchAllAssociative()
Since TYPO3 uses the \PDO::FETCH_ASSOC fetch mode by default, fetchAll() is the equivalent for fetchAllAssociative() which is the new API for Doctrine 3. In order to move towards the new Doctrine DBAL 3.x API, this change migrates all fetchAll() calls to fetchAllAssociative() or fetchFirstColumn(). Resolves: #94618 Releases: master Change-Id: I2ab4db871d0b65ad07e629b54bb79b1c3b411005 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70016 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/adminpanel/Classes/Repositories/FrontendGroupsRepository.php 1 addition, 1 deletion...inpanel/Classes/Repositories/FrontendGroupsRepository.php
- typo3/sysext/backend/Classes/Authentication/PasswordReset.php 1 addition, 1 deletion...3/sysext/backend/Classes/Authentication/PasswordReset.php
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php 1 addition, 1 deletion...lasses/Configuration/TranslationConfigurationProvider.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 2 additions, 2 deletions...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/Controller/LoginController.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Controller/LoginController.php
- typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php 1 addition, 1 deletion...ackend/Classes/Controller/Page/LocalizationController.php
- typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController.php 1 addition, 1 deletion...nd/Classes/Controller/Page/NewMultiplePagesController.php
- typo3/sysext/backend/Classes/Controller/Page/SortSubPagesController.php 1 addition, 1 deletion...ackend/Classes/Controller/Page/SortSubPagesController.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 1 addition, 1 deletion...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php 1 addition, 1 deletion...Domain/Repository/Localization/LocalizationRepository.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/DatabasePageLanguageOverlayRows.php 1 addition, 1 deletion...Form/FormDataProvider/DatabasePageLanguageOverlayRows.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInputPlaceholders.php 1 addition, 1 deletion...nd/Classes/Form/FormDataProvider/TcaInputPlaceholders.php
- typo3/sysext/backend/Classes/Security/FailedLoginAttemptNotification.php 1 addition, 1 deletion...ckend/Classes/Security/FailedLoginAttemptNotification.php
- typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php 6 additions, 6 deletions...xt/backend/Classes/Tree/Repository/PageTreeRepository.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Tests/Functional/Domain/Repository/Localization/LocalizationRepositoryTest.php 1 addition, 1 deletion...in/Repository/Localization/LocalizationRepositoryTest.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 3 additions, 3 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/GroupResolver.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Authentication/GroupResolver.php
- typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php 5 additions, 6 deletions...ysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php
Please register or sign in to comment