mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1717: Scalar mapping type conversion #2158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 21, 2012).
Jira issue originally created by user goetas:
After DDC657 is not possible to run queries like
SELECT count(u.id) as c FROM Users u GROUP BY u.idAt AbstractHydrator.php line 213
$this->_rsm->typeMappings[$key]is NULL so Type::getType throws an exceptioni've fixed it doing
line 213
line 238
the fix is too simple, probably could be done something better..
@doctrinebot commented on GitHub (Mar 25, 2012):
Comment created by @FabioBatSilva:
Hi Asmir.
I can't reproduce.
Could you give more details ?
@doctrinebot commented on GitHub (Mar 26, 2012):
Comment created by goetas:
i can't reproduce too...
i've tried for some hours to reproduce this behaviour ... probably i've some mistake in different places of my code...
sorry
@doctrinebot commented on GitHub (Mar 26, 2012):
Issue was closed with resolution "Invalid"