On 19 Jan 2017, at 5:55pm, Scott Hess <sh...@google.com> wrote:

> You could use sqlite3_exec(), which is internally just going to issue
> multiple single SQL statements.

Just to clarify, dealing with lists of commands is exactly what sqlite3_exec() 
is intended to do.  It should do exactly what you want.

It can be difficult to tell what went wrong if sqlite3_exec() results in an 
error.  However, with the statements you list there’s little scope for that.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to