On 17 Aug 2011, at 2:26pm, Igor Tandetnik wrote:

> Simon Slavin <slav...@bigfraud.org> wrote:
>> Question for experts: Hmm.  There's no sqlite3_exec16() ?  Do I 
>> misunderstand how it would be useful ?
> 
> sqlite3_exec is a thin wrapper around sqlite3_prepare, step and finalize, 
> maintained for backward compatibility. Just use those, or their _16 
> counterparts, directly.

Parsing a long string containing many SQL commands to find out where the 
commands are separated is non-trivial.  I figured that the necessary logic must 
already be built into SQLite somewhere.  But hey, I don't actually have a use 
for this, it's just that the omission looks a little strange.

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

Reply via email to