Re: [sqlite] sqlite3_prepare_v2 with an empty statement.

2018-07-24 Thread Dan Kennedy
On 07/24/2018 09:05 PM, Peter Da Silva wrote: In the documentation for sqlite3_prepare_v2, it says: *ppStmt is left pointing to a compiled prepared statement that can be executed using sqlite3_step(). If there is

[sqlite] sqlite3_prepare_v2 with an empty statement.

2018-07-24 Thread Peter Da Silva
In the documentation for sqlite3_prepare_v2, it says: *ppStmt is left pointing to a compiled prepared statement that can be executed using sqlite3_step(). If there is an error, *ppStmt is set to NULL. If the input