mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1843: CLONE -Join columns can't be quoted #2322
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 (May 28, 2012).
Jira issue originally created by user easen:
Join columns can't be quoted like columns using name="
quoted". Using annotation driver.Result: Invalid parameter number: number of bound variables does not match number of tokens
@doctrinebot commented on GitHub (May 28, 2012):
Comment created by @FabioBatSilva:
code format
@doctrinebot commented on GitHub (Jun 25, 2012):
Comment created by @FabioBatSilva:
Fixed by :
cb72219b11@doctrinebot commented on GitHub (Jul 5, 2012):
Comment created by easen:
When inserting into an entity which has quoted columns and unquoted JoinColumn the generated SQL includes the correct number of parameters but the incorrect columns names and bind parameters:
INSERT INTO
table(c1, c1) VALUES (?, ?)@doctrinebot commented on GitHub (Jul 5, 2012):
Comment created by easen:
See https://github.com/doctrine/doctrine2/pull/390
@doctrinebot commented on GitHub (Jul 5, 2012):
Comment created by @FabioBatSilva:
Hi Marc,
Could you attach your entities or a test case please ?
Thanks
@doctrinebot commented on GitHub (Jul 5, 2012):
Comment created by @FabioBatSilva:
Marc, why do you need to quoted columns and unquoted join column ?
For sure duplicated columns is a problem, but your use case does not make sense for me..
@doctrinebot commented on GitHub (Aug 15, 2012):
Comment created by @FabioBatSilva:
More details about the related problem : https://github.com/doctrine/doctrine2/pull/390
@doctrinebot commented on GitHub (Aug 15, 2012):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 13, 2015):
Imported 1 attachments from Jira into https://gist.github.com/27d016562e44fbc5fc6d