Thomas DILIGENT <[EMAIL PROTECTED]> wrote:
>
> That's it. This is what I want to do.
> From this point, I have the following questions :
> 1) Will this increase speed compared to a basic solution where I would
> use autocommit mode ? (in other words, is it worthy implementing such a
> solution
Hi all !
I would like to know what is the behavior of sqlite when performing a
SELECT query during a transaction ?
For example :
CREATE TABLE thebeatles (_ID INTEGER PRIMARY KEY, name TEXT);
BEGIN TRANSACTION;
INSERT INTO thebeatles (name) VALUES ('john');
INSERT INTO thebeatles (name) VAL
2 matches
Mail list logo