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
In ORM 2, parameters were converted according to the DBAL types passed with the parameters. In ORM 3 (after #9727), parameters began to be explicitly converted to a string.
Current behavior
Error while explicitly converting to string.
Expected behavior
Converting specified parameters according to the passed types.
[critical] Uncaught PHP Exception Error: "Object of class Symfony\Component\Clock\DatePoint could not be converted to string" at SQLFilter.php line 109
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
In ORM 2, parameters were converted according to the DBAL types passed with the parameters. In ORM 3 (after #9727), parameters began to be explicitly converted to a string.
Current behavior
Error while explicitly converting to string.
Expected behavior
Converting specified parameters according to the passed types.
Reproducer: https://github.com/7-zete-7/doctrine-orm-reproducer-1
The text was updated successfully, but these errors were encountered: