Re: [sqlite] What's the default busyTimeout ?

2011-10-18 Thread Simon Slavin
On 18 Oct 2011, at 2:52pm, Richard Hipp wrote: > On Tue, Oct 18, 2011 at 9:46 AM, Simon Slavin wrote: > >> If I don't call sqlite3_busy_timeout() what is it set to ? > > zero. The default is to not delay at all. Thanks for the fast reply. That makes sense given what

Re: [sqlite] What's the default busyTimeout ?

2011-10-18 Thread Richard Hipp
On Tue, Oct 18, 2011 at 9:46 AM, Simon Slavin wrote: > If I don't call sqlite3_busy_timeout() what is it set to ? > zero. The default is to not delay at all. > > If it matters, I'm actually using the PHP SQLite3 interface calling SQLite > 3.7.3. > > Simon. >

[sqlite] What's the default busyTimeout ?

2011-10-18 Thread Simon Slavin
If I don't call sqlite3_busy_timeout() what is it set to ? If it matters, I'm actually using the PHP SQLite3 interface calling SQLite 3.7.3. Simon. ___ sqlite-users mailing list sqlite-users@sqlite.org