August 2010
Intermediate to advanced
526 pages
23h 39m
English
.timeout — Set a lock retry timer
.timeout millisecondsThe .timeout command is used to set a retry timer.
If a timer value is set and a locked database is encountered,
rather than immediately returning a “database locked” error, in
most cases SQLite will keep attempting to reacquire the lock
until the timer expires.
A value of 0 or less disables the timeout value.
Read now
Unlock full access