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
doctrine/dbal#5948, included in the DBAL 3.7 release, adds runtime deprecation notices for a number of legacy DBAL APIs which were deprecated around the DBAL 2.11 release and look to be removed from 4.0. There are probably more cases than this, but these two came up in my test suite run after upgrading today:
858x: Doctrine\DBAL\Connection::query is deprecated, please use executeQuery() instead. (Connection.php:1974 called by ORMDatabaseTool.php:215, https://github.com/doctrine/dbal/pull/4163, package doctrine/dbal)
...
858x: Doctrine\DBAL\Connection::query is deprecated, please use executeQuery() instead. (Connection.php:1974 called by ORMDatabaseTool.php:229, https://github.com/doctrine/dbal/pull/4163, package doctrine/dbal)
...
The text was updated successfully, but these errors were encountered:
doctrine/dbal#5948, included in the DBAL 3.7 release, adds runtime deprecation notices for a number of legacy DBAL APIs which were deprecated around the DBAL 2.11 release and look to be removed from 4.0. There are probably more cases than this, but these two came up in my test suite run after upgrading today:
The text was updated successfully, but these errors were encountered: