On Sat, Jul 02, 2016 at 10:01:14PM -0500, Offray Vladimir Luna Cárdenas wrote:
> I can read the blobs from SQLite. The problem is that they're stored
> as FUEL inside SQLite and I don't know how to read them back to
> recover the png/jpeg image that was serialized that way.

UDBCSQLite uses Fuel to serialize/materialize objects that aren't integers,
real numbers and strings. Sounds like you've hit a bug, whereby your png/jpg
files are serialized but aren't being materialized when read back, so you're
getting back raw byte arrays.

Can you provide simple schema and code fragment to reproduce the problem
please. 

Pierce

Reply via email to