Hi,
I have problems retrieving binary data from a sqlite3 DB.
One of the columns of the database (f.e., number 3) is a BLOB with png images.
Using FileUtils.set_data("test.png", (uint8[]) smtm.column_blob(3));
writes a 8-bytes file with the first bytes of the image ("PNG" header
and some other n
On Sat, 2011-06-25 at 13:26 +0100, Maciej Piechotka wrote:
> The (hopefully) final draft of functional iterators is pushed to my
> gitorious repo[1] in functional-iterators branch. They are missing the
> tests for stream.
>
> I took the liberty of adding vala ML as it seems not everybody who may
>
The (hopefully) final draft of functional iterators is pushed to my
gitorious repo[1] in functional-iterators branch. They are missing the
tests for stream.
I took the liberty of adding vala ML as it seems not everybody who may
be interested in this is aware of existance of libgee ML.
Best regard