I am doing a select, then iterate through the resultset and on each row
call update on that row.
I am using the golang driver and ran into the issue that on the update the
database is still locked from the select.

  https://github.com/mattn/go-sqlite3/issues/569

I have read http://www.sqlite.org/cvstrac/wiki?p=DatabaseIsLocked and IIUC
these types of updates should be possible since version 3.3.7 though - and
I am using 3.19.3.

Any suggestion on how to track down why the updates fail?

cheers,
Torsten
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to