Re: [sqlite] SAVEPOINT with multiple databases

2017-05-17 Thread Roman Fleysher
, May 17, 2017 12:38 PM To: SQLite mailing list Subject: Re: [sqlite] SAVEPOINT with multiple databases One other minor thing of note is that attaching and detaching can only happen outside of a transaction. So you can't add or remove attached databases in the middle of a transaction, and transaction

Re: [sqlite] SAVEPOINT with multiple databases

2017-05-17 Thread David Raymond
of attached databases than before that statement. -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Roman Fleysher Sent: Wednesday, May 17, 2017 12:25 AM To: SQLite mailing list Subject: Re: [sqlite] SAVEPOINT with multiple databases Oh

Re: [sqlite] SAVEPOINT with multiple databases

2017-05-16 Thread Roman Fleysher
Oh, now i understand. Thank you, Simon. Roman Original message From: Simon Slavin <slav...@bigfraud.org> Date: 5/16/17 5:35 PM (GMT-05:00) To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org> Subject: Re: [sqlite] SAVEPOINT with multiple databases

Re: [sqlite] SAVEPOINT with multiple databases

2017-05-16 Thread Simon Slavin
On 16 May 2017, at 10:09pm, Roman Fleysher wrote: > I think I came to a point where I need to learn SAVEPOINTs. > > I am trying to understand documentation if creation and release of save > points covers all presently attached databases, that is those before

[sqlite] SAVEPOINT with multiple databases

2017-05-16 Thread Roman Fleysher
Dear SQLiters, I think I came to a point where I need to learn SAVEPOINTs. I am trying to understand documentation if creation and release of save points covers all presently attached databases, that is those before save point is created? Is attaching a database just a command that will sit on