On Tue, Nov 20, 2018 at 5:28 PM Simon Slavin <[email protected]> wrote:

> On 20 Nov 2018, at 3:34pm, Albert Banaszkiewicz <
> [email protected]> wrote:
>
> > ExecuteInTransaction(writeDb1, KCreateTable);
>
> I can't answer your question but the above line shows a misunderstanding
> of SQL.  Transactions are for commands which modify tables: INSERT, UPDATE,
> DELETE.  Commands which modify the database schema fall outside the scope
> of transactions and cannot be handled within the framework of COMMIT and
> ROLLBACK.
>

Hmmm, DDL is transactional in SQLite, AFAIK... --DD
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to