Skip to content

Either add setBusyTimeout() or setParameter("busy_timeout=x") #10

@mrts

Description

@mrts

Controlling the busy timeout is a must in some circumstances.

http://code.google.com/p/sqlite-manager/issues/detail?id=399

sqlite3_busy_timeout() allows sqlite3_step() to do retries up to allocated max time. Since SQLite works to minimize the amount of time that EXCLUSIVE locks are held for the writing external process reading process (sqlite-manager) will manage to acquire the SHARED lock for the reading and will avoid the failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions