[DBAL-374] [GH-222] Escape primary field name in create table sql query Created: 30/Oct/12 Updated: 13/Nov/12 Resolved: 13/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| 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 Genokilller: Url: https://github.com/doctrine/dbal/pull/222 Message: Fixes primary fields name in CreateTableSQL for Abstract Platform |
| Comments |
| Comment by Benjamin Eberlei [ 13/Nov/12 ] |
|
Only fixed for primary key columns now, the other will be much more messy, requires refactoring. |