database lock

  1. luc-dev

    iOS Question SQLite : How to set WAL mode and avoid database lock

    Hi, I'm trying to use SQLite WAL mode to avoid locks while running several nested SQL statements like "Insert into MyDb from (select from MyattachedDb where...)". These queries need to be managed by a global transaction because several related tables are updated at the same time. I didn't...
Top