[DDC-2123] [GH-502] Fix for invalid 'double-ON' SQL generation with entity inheritance type JOINED. Created: 05/Nov/12 Updated: 09/Nov/12 Resolved: 06/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of gwis: Url: https://github.com/doctrine/doctrine2/pull/502 Message: In SqlWalker::walkJoin(), SqlWalker::walkRangeVariableDeclaration() can be This adds a test and a fix for the problem, by checking for an inheritance type It seems like this part of the code is begging to be refactored. This is my |
| Comments |
| Comment by Benjamin Eberlei [ 06/Nov/12 ] |
|
A related Github Pull-Request [GH-502] was closed |
| Comment by Fabio B. Silva [ 06/Nov/12 ] |
|
Merged : https://github.com/doctrine/doctrine2/commit/7a895209e3d9912bcc44fc8e8635dd48164a4749 |