Steven Van Ingelgem wrote:
I have a database (duh :p)... There are a few things inside... Now I add a row:

10:33:59: Transition: 'BEGIN ON CONFLICT FAIL;
INSERT INTO Address (CustomerID, Name1, Name2, Name3, Address, ZIP, City, CountryCode, Phone, Fax, Remark) VALUES ('1', '1', '', '', '1', '1000', '1', 'B ', '', '', '');commit;
'

are you sure the commit is done after the INSERT failed? This would explain that sqlite still has a transaction open on your next "BEGIN".


/eno

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to