mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-50: Call to undefined method Doctrine\ORM\Mapping\OneToManyMapping::getQuotedJoinColumnName() #62
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 (Oct 15, 2009).
Jira issue originally created by user purnama:
with the $config->setAllowPartialObjects(false); i make an query to
phrase, and get a phrase object. sofar so good
but as i try to get the type or lexical member like $phrase->getType()
it throws a Fatal error like this:
Fatal error: Call to undefined method
Doctrine\ORM\Mapping\OneToManyMapping::getQuotedJoinColumnName() in
/usr/local/zend/apache2/htdocs/doctrine/lib/Doctrine/ORM/Persisters/StandardEntityPersister.php
on line 599
i read this on doctrine-user groups
http://groups.google.com/group/doctrine-user/browse_thread/thread/a15d430b4ae483b4/dc7665ed137a4e78?lnk=gst&q=getQuotedJoinColumnName#dc7665ed137a4e78
and i take a look if the line
$owningAssoc = $this->_class->associationMappings[$coll->getMapping()->mappedByFieldName];
present on StandardEntityPersister#loadOneToManyCollection.
and yes. its present. but i still got this error.
@doctrinebot commented on GitHub (Oct 15, 2009):
Comment created by romanb:
Should be fixed now in HEAD.
@doctrinebot commented on GitHub (Oct 15, 2009):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 13, 2015):
Imported 1 attachments from Jira into https://gist.github.com/9915702c4f27a78ed91a