Binary data stored as resource
- Bill Lions
- Member | 47
I am storing some binary data in a bytea field.
When I try to retrieve the data, I get a resource id.
How can I get the actual image data, and not the resource?
- Bill Lions
- Member | 47
Solution:
Because PDO returns BYTEA as a resource, and not a string, the above issue is
encountered.
The workaround is in latte template