[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 |