symfony / demo

Symfony Demo Application
https://symfony.com/
MIT License
2.46k stars 1.61k forks source link

Doctrine\DBAL\Connection::setNestTransactionsWithSavepoints is deprecated and will be removed in 5.0 #1503

Closed lxregistry closed 6 months ago

lxregistry commented 6 months ago

User Deprecated: Doctrine\DBAL\Connection::setNestTransactionsWithSavepoints is deprecated and will be removed in 5.0 (Connection.php:948 called by App_KernelDevDebugContainer.php:752, https://github.com/doctrine/dbal/pull/5383, package doctrine/dbal)

after composer update

Screenshot 2024-02-28 203742

dmaicher commented 6 months ago

You are having this issue with Symfony Demo? Or your own project?

Here we are not configuring use_savepoints anymore since https://github.com/symfony/demo/pull/1494.

So I don't understand your issue.

bocharsky-bw commented 6 months ago

I suppose that may be an indirect deprecation