You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently its impossible to get rid of this deprecation when using DBAL 4:
Doctrine\DBAL\Connection::setNestTransactionsWithSavepoints is deprecated and will be removed in 5.0 (Connection.php:948 called by App_KernelTestDebugContainer.php:611, doctrine/dbal#5383, package doctrine/dbal)
We need to allow not explicitly setting use_savepoints: true when using DBAL 4 as its implicitly always enabled anyway.
The text was updated successfully, but these errors were encountered:
Currently its impossible to get rid of this deprecation when using DBAL 4:
We need to allow not explicitly setting
use_savepoints: true
when using DBAL 4 as its implicitly always enabled anyway.The text was updated successfully, but these errors were encountered: