Comment 1 for bug 798958

Revision history for this message
cowwoc (gili) wrote :

On second thought, I don't necessarily mind the usage of BLOB. It has the benefit of providing a consistent interface to binary data across all databases. simply invoked:

byte[] data = blob.getBytes(0, (int) blob.length());