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
I think it's a minor bug and I don't know if it's the right repository or the bug belongs to the Symfony Profiler, but the following code:
// `$connection` obtained via `Doctrine\ORM\EntityManagerInterface->getConnection()`$connection->beginTransaction();
logs the following query in the Symfony Profiler:
I think the runnable query should be START TRANSACTION; without the double quotes isn't it ?
I'm using MySQL 8.2.0.
The text was updated successfully, but these errors were encountered:
Crovitche-1623
changed the title
Doctrine\DBAL\Connection->beginTransaction() method log START TRANSACTION with quotes but it shouldn'tDoctrine\DBAL\Connection->beginTransaction() method logs START TRANSACTION with quotes but it shouldn't
Jan 28, 2025
Bug Report
Summary
I think it's a minor bug and I don't know if it's the right repository or the bug belongs to the Symfony Profiler, but the following code:
logs the following query in the Symfony Profiler:
I think the runnable query should be
START TRANSACTION;
without the double quotes isn't it ?I'm using MySQL 8.2.0.
The text was updated successfully, but these errors were encountered: