[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 |
[DBAL-192] GH-86: Remove a type object if a type is overrided Created: 26/Dec/11 Updated: 03/Jan/12 Resolved: 28/Dec/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.2-BETA2, 2.2 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Pull-Request was automatically synchronized: https://github.com/doctrine/dbal/pull/86 |
[DBAL-194] BlobType should implement getBindingType() Created: 01/Jan/12 Updated: 03/Jan/12 Resolved: 02/Jan/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Schema Managers |
| Affects Version/s: | 2.2-BETA1 |
| Fix Version/s: | 2.2-BETA2, 2.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nikolai Spassoff | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
PHP 5.3.8 |
||
| Attachments: |
|
| Description |
|
BlobType should implement getBindingType() and return PDO::PARAM_LOB Currently (2.2-BETA1) DBAL uses PDO::PARAM_STR and thus stores the data incorrectly. Working patch is attached. |
| Comments |
| Comment by Benjamin Eberlei [ 02/Jan/12 ] |
|
Fixed |