Re: [sqlite] Multiple statements

2011-10-10 Thread Simon Slavin
On 10 Oct 2011, at 4:25pm, Tim Streater wrote: > Looking at the description text for sqlite3_exec (SQLite C interface), I see > this text: > > "The sqlite3_exec() interface runs zero or more UTF-8 encoded, > semicolon-separate SQL statements passed into its 2nd argument, in the > context of

Re: [sqlite] Multiple statements

2011-10-10 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/11 08:25, Tim Streater wrote: > Looking at the description text for sqlite3_exec (SQLite C interface), > I see this text: That interface is generally not used. I believe it dates from the days of SQLite 2. It provides all values as

[sqlite] Multiple statements

2011-10-10 Thread Tim Streater
Looking at the description text for sqlite3_exec (SQLite C interface), I see this text: "The sqlite3_exec() interface runs zero or more UTF-8 encoded, semicolon-separate SQL statements passed into its 2nd argument, in the context of the database connection passed in as its 1st argument." Now,