I've just started seeing the following assertion failure (version 3.21 if I remember correctly):

   .../path/to/vdbe.c:3519: failed assertion `pC->intKey==0'

There are no comments at that line of code and I'm not really sure how to interpret what's going on.

This happens while doing a sqlite3_step on the following statement:

   UPDATE variables SET name = ?, value = ? WHERE id_local = ?;

I'm pretty sure that the ?s have been properly bound. id_local is an INTEGER PRIMARY KEY.

Any tips would be appreciated...

-Eric

Reply via email to