Why does windows give an sqlite3.OperationalError and linux does not?
问题 The problem I've got a programm that uses storm 0.14 and it gives me this error on windows: sqlite3.OperationError: database table is locked The thing is, under linux it works correctly. I've got the impression that it happens only after a certain amount of changes have been done, as it happens in some code, that copies a lot of objects. Turning on the debug mode gives me this on windows: 83 EXECUTE: 'UPDATE regularorder_product SET discount=? WHERE regularorder_product.order_id = ? AND