Hi Donald,
On Feb 25, 2009, at 3:39 PM, Griggs, Donald wrote:
> Greetings, Tito,
>
> Did you see page:
>http://www.sqlite.org/lang_attach.html
>
>
> Transactions involving multiple attached databases are atomic,
> assuming
> that the main database is not ":memory:".
>
> It then goes on to s
Hi Donald,
On Feb 25, 2009, at 3:39 PM, Griggs, Donald wrote:
> Greetings, Tito,
>
> Did you see page:
>http://www.sqlite.org/lang_attach.html
>
>
> Transactions involving multiple attached databases are atomic,
> assuming
> that the main database is not ":memory:".
>
> It then goes on to s
-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Tito Ciuro
Sent: Wednesday, February 25, 2009 6:36 PM
To: sqlite-users@sqlite.org
Subject: [sqlite] Transactions and attached databases
Hello,
If I attach one or more
Hello,
If I attach one or more databases and wrap a series of operations
which affect some/all of them, would ROLLBACK or COMMIT treat these
operations atomically? For example:
Open database 'foo';
Attach database 'bar' as a1;
BEGIN TRANSACTION;
INSERT INTO main.some_table ... ;
4 matches
Mail list logo