Skip to content
Snippets Groups Projects
Commit 3a970347 authored by Benni Mack's avatar Benni Mack
Browse files

[!!!][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: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 97dcf9f4
Branches
Tags
No related merge requests found
Showing
with 723 additions and 369 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment