[DBAL-369] [GH-219] Fix storage of binary data for array and object types Created: 19/Oct/12 Updated: 19/Oct/12 |
|
| Status: | Open |
| 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: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of kdambekalns: Url: https://github.com/doctrine/dbal/pull/219 Message: serialize() returns binary data (NUL bytes) and not all platforms This change uses base64 encoding to work around that, and transparently Fixes |