Hi Richard,

that was really fast!

Indeed, I was using the SQLITE_OMIT_BLOB_LITERAL flag.
Removing the flag solved the issue.

Thank you guys for a quick solution.

Regards,
   Miroslav

On 24.2.2016. 17:20, Richard Hipp wrote:
> On 2/24/16, Richard Hipp <drh at sqlite.org> wrote:
>> What compile-time options are you using?
>>
> Dan deduced that you must be using -DSQLITE_OMIT_BLOB_LITERAL.  That
> (unsupported) compile-time option does indeed induce the error you are
> seeing.  A fix has been checked in
> (https://www.sqlite.org/src/info/b65217c69c59cbe9) or you can simply
> recompile without the SQLITE_OMIT_BLOB_LITERAL compile-time option.

Reply via email to