Hello Matt,

On Sep 2, 2004, at 19:46, Matt Wilson wrote:

I would expect for sqlite3_busy_timeout(db, 30000); to make the step()
on statement 2 wait 30 seconds before returning, but it returns
immediately.

I believe sqlite3_busy_timeout() is called whenever sqlite3_step() returns SQLITE_BUSY. In all other cases, it returns immediately.


I'd like to ask other SQLiters: is this statement true, or are there any exceptions?

Regards,

-- Tito



Reply via email to