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.
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to