Ticket #1247 (closed defect: fixed)
Many to many relations with Doctrine::ATTR_QUOTE_IDENTIFIER broken
| Reported by: | bootc | Owned by: | romanb |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.0 |
| Component: | Query/Hydration | Version: | 1.0.0 |
| Keywords: | Cc: | ||
| Has Test: | yes | Status: | Pending Core Response |
| Has Patch: | no |
Description
I have two tables joined together in a many-to-many relationship. If I enable Doctrine::ATTR_QUOTE_IDENTIFIER on the connection (MySQL using PDO), I get exceptions like the following: PHP Fatal error: Uncaught exception 'Doctrine_Query_Exception' with message 'Unknown table alias f' in /root/docbug/lib/Doctrine/Query/Abstract.php:907
Attachments
Change History
Note: See
TracTickets for help on using
tickets.