Re: [sqlite] Exclusive Transactions and Attached Databases

2007-09-18 Thread Michael Plagge
Am 18.09.2007 um 19:26 schrieb [EMAIL PROTECTED]: Michael Plagge <[EMAIL PROTECTED]> wrote: Just for interest: Am I the only one being faced with the quoted situation and did I not understand the documentation, or is there some misbehaviour in sqlite's handling of multiply attached database

Re: [sqlite] Exclusive Transactions and Attached Databases

2007-09-18 Thread Michael Plagge
tach 'c.dat' as c1; sqlite> attach 'c.dat' as c2; sqlite> begin exclusive; SQL error: database is locked sqlite> Sam -Original Message- From: Michael Plagge [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 12:58 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite]

Re: [sqlite] Exclusive Transactions and Attached Databases

2007-09-18 Thread drh
Michael Plagge <[EMAIL PROTECTED]> wrote: > Just for interest: Am I the only one being faced with the quoted > situation and did I not understand the documentation, or is there > some misbehaviour in sqlite's handling of multiply attached database > files? > You are probably the only

Re: [sqlite] Exclusive Transactions and Attached Databases

2007-09-18 Thread Michael Plagge
Just for interest: Am I the only one being faced with the quoted situation and did I not understand the documentation, or is there some misbehaviour in sqlite's handling of multiply attached database files? Thanks Michael Am 15.09.2007 um 19:43 schrieb Michael Plagge: Dear group,