[DBAL-391] [GH-233] convertToPHPValue should match convertToDatabaseValue Created: 23/Nov/12 Updated: 26/Nov/12 Resolved: 23/Nov/12 |
|
| Status: | Closed |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of zyjohn: Url: https://github.com/doctrine/dbal/pull/233 Message: convertToPHPValue return resource which is not match default convertToDatabaseValue that not make and change. Change to return content of the resource. |
| Comments |
| Comment by Marco Pivetta [ 23/Nov/12 ] |
|
Blob field types should be converted to resources: |
| Comment by Benjamin Eberlei [ 26/Nov/12 ] |
|
A related Github Pull-Request [GH-233] was closed |