Hi, ALL,
Consider this:

std::string query = "";
if( ( result = sqlite3_prepare_v2( handle, query, -1 &stmt, 0 ) ) != SQLITE_OK )
{
// Should there be call to sqlite3_finalize. I.e. can I safely assume
that since it failed all memory is not being allocated
}

Thank you.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to