Clement,

On Wed, Apr 24, 2013 at 12:50 AM, Clemens Ladisch <[email protected]>wrote:

> Igor Korot wrote:
> > ...
> > else
> >          sqlite3_step( stmt );
>
> You forgot to check for errors.
> I guess the code that executes the COMMIT has the same bug.
>

I am checking the error.
It is from the sqlite3_prepare_v2().

Are you saying I have to check sqlite3_step() also?

Thank you.


>
>
> Regards,
> Clemens
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to