mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-801: doctrine:mapping:import , error runtime #986
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 (Sep 14, 2010).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user spike31:
Hello,
I test the sandbox PR3, and I wanted to test the command
doctrine:mapping:import with a simple database with three tables
(categories, articles, members). I have the following exception:
[ErrorException]
Runtime Notice: Only variables should be passed by reference in C:
\Users\moi\Documents
\devweb\sandsf2\src\vendor\doctrine\lib\Doctrine\ORM\Mapping\Driver
\DatabaseDriver.php line 195
@doctrinebot commented on GitHub (Sep 14, 2010):
Comment created by @beberlei:
This is not a Doctrine, but a Symfony Doctrine Bundle issue. Please report the bugs on the Symfony Mailinglists.
I change the assignee to jonathan, he maintains the symfony doctrine bundle, so he gets notified by this also
@doctrinebot commented on GitHub (Sep 14, 2010):
Issue was closed with resolution "Invalid"
@doctrinebot commented on GitHub (Sep 14, 2010):
Comment created by spike31:
Ok sorry, I opened an issue on the Symfony mailinglist, and F. Potencier told me to open a ticket here, but maybe he was referring to my second problem.
http://groups.google.com/group/symfony-users/browse_thread/thread/6ff568d286e562cb
second problem :
and another question I wanted to try to import another base and I got
the message database unknow LONGBLOB Requested, not support it.
Not supported yet?