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
On PHP 8 \Driver\Engines\MySql\Transformation::applyTransformationsTo throws "There is no active transaction" exception when processing query that is autocomitted (eg. ALTER TABLE). On previous versions of PHP the error was silent.
Having in mind that we are processing single queries there, transactions are not needed, we can remove them completely.
The text was updated successfully, but these errors were encountered:
On PHP 8
\Driver\Engines\MySql\Transformation::applyTransformationsTo
throws "There is no active transaction" exception when processing query that is autocomitted (eg.ALTER TABLE
). On previous versions of PHP the error was silent.Having in mind that we are processing single queries there, transactions are not needed, we can remove them completely.
The text was updated successfully, but these errors were encountered: