Re: [sqlite] Transactional DDL

2007-11-27 Thread drh
"Michael Ruck" <[EMAIL PROTECTED]> wrote: > Are all CREATE ... statements transactional or is only CREATE TABLE > transactional? > All. -- D. Richard Hipp <[EMAIL PROTECTED]> - To unsubscribe, send email to [EMAIL

Re: [sqlite] Transactional DDL

2007-11-27 Thread drh
"Igor Sereda" <[EMAIL PROTECTED]> wrote: > I noticed that CREATE TABLE works well within a transaction, which was a > pleasant surprise. I can create a table and insert some rows in it, all > quite ACIDly - wow! > > My question is, is that a declared contract or just a peculiarity that > may

Re: [sqlite] Transactional DDL

2007-11-27 Thread Dan
On Nov 27, 2007, at 9:47 PM, Igor Sereda wrote: I noticed that CREATE TABLE works well within a transaction, which was a pleasant surprise. I can create a table and insert some rows in it, all quite ACIDly - wow! My question is, is that a declared contract or just a peculiarity that may