Closed
Description
symfony/symfony#15723 follow up
Indeed, when $this->connection->quote
is used on the classType
, Oracle adds two back-slashes.
I've found a simple fix that is to stripcslashes($classType)
on hydrateObjectIdentities. But this should only apply when the $classType
contains more than one \
.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels