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
Native query being passed entities as parameters no longer works.
Previous behavior
If you passed an entity or array of entities as parameters to a native query the conversion to primary keys would automatically be taken care of by Doctrine.
Current behavior
Doctrine doesn't surface an error the entities are passed to PDO as objects which then tries to cast them to the appropriate type.
BC Break Report
Summary
Native query being passed entities as parameters no longer works.
Previous behavior
If you passed an entity or array of entities as parameters to a native query the conversion to primary keys would automatically be taken care of by Doctrine.
Current behavior
Doctrine doesn't surface an error the entities are passed to PDO as objects which then tries to cast them to the appropriate type.
How to reproduce
Results in:
The text was updated successfully, but these errors were encountered: