On Wed, May 16, 2012 at 7:16 AM, Baruch Burstein <bmburst...@gmail.com>wrote:

> Are all API functions that accept an sqlite3_stmt* safe (=NO-OPs) to call
> with a NULL pointer? I mean things like bind, column, etc.
>

No.  sqlite3_finalize() is, but most others are not.


>
> --
> ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to