mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1845: Implements a QuoteStrategy to fix quote problems #2325
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 @FabioBatSilva:
As discussed to fix http://www.doctrine-project.org/jira/browse/DDC-1719
and other quote problems we need a quote strategy.
The QuoteStrategy should implements methods like :
All current quotes will be replaced by one default QuoteStrategy.
That allows users find solutions themselves for weird quote cases.
Related Tickets :
http://www.doctrine-project.org/jira/browse/DDC-1719
http://www.doctrine-project.org/jira/browse/DDC-142
http://www.doctrine-project.org/jira/browse/DDC-1843
http://www.doctrine-project.org/jira/browse/DDC-1831
@doctrinebot commented on GitHub (Jun 25, 2012):
Comment created by @FabioBatSilva:
Fixed by :
cb72219b11@doctrinebot commented on GitHub (Jun 25, 2012):
Issue was closed with resolution "Fixed"
@ouonet commented on GitHub (Jan 30, 2016):
These Related Tickets missing
http://www.doctrine-project.org/jira/browse/DDC-1719
http://www.doctrine-project.org/jira/browse/DDC-142
http://www.doctrine-project.org/jira/browse/DDC-1843
http://www.doctrine-project.org/jira/browse/DDC-1831。
could some one explain this problem ?
thanks