[DBAL-190] Column type comment SQL is missing during table creation Created: 23/Dec/11 Updated: 03/Jan/12 Resolved: 28/Dec/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Platforms |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.6, 2.2-BETA2, 2.2 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Miloslav "adrive" Kmet | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Latest DBAL master |
||
| Description |
|
Column type comment is generated properly only with MySQL, and is not generated on platforms that support comment on column statements (Oracle, PgSQL). |
| Comments |
| Comment by Benjamin Eberlei [ 23/Dec/11 ] |
|
This issue is referenced in Github Pull-Request GH-84 |
| Comment by Benjamin Eberlei [ 28/Dec/11 ] |
|
Related Pull Request was closed: https://github.com/doctrine/dbal/pull/84 |
| Comment by Benjamin Eberlei [ 28/Dec/11 ] |
|
Fixed |