On 10/2/15, Jim Morris <jimm at bearriver.com> wrote: > I'm using an archaic version, I know, but busy_timeout doesn't seem to > work. It doesn't return the value I set. When was it added?
2012-12-12 (3.7.15) > > sqlite3 temp.db > SQLite version 3.5.9 > Enter ".help" for instructions > sqlite> PRAGMA busy_timeout=30000; > sqlite> PRAGMA busy_timeout; > sqlite> > > -- D. Richard Hipp drh at sqlite.org