Simon Slavin <slavins@...> writes:

> Using both versions can you tell us the results of
> 
> SELECT sqlite_version(),sqlite_source_id()

Results are exactly the same for both dlls:

3.7.13
2012-06-11 02:05:22 f5b5a13f7394dc143aa136f1d4faba6839eaa6dc


The inserts are also in a transaction block. Basically it looks like this:

begin transaction
insert ...
insert...
update... <- fail

So the transaction is already started and the db and journal files are opened.
But it also happens on the simple case:

begin transaction
update... <- fail


It does not make a difference if I use WAL or not, already tried disbling that.

Kind Regards
Lukas

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to