Re: [sqlite] docs bug: tclsqlite.html

2010-07-08 Thread Richard Hipp
On Thu, Jul 8, 2010 at 10:19 AM, Eric Smith wrote: > tclsqlite.html lists an "unlock_notify" method with no other > documentation. Trying to use it gives me this: > > -bash-2.05b$ tcl > % package require sqlite > 3.6.23 > % sqlite3 db /tmp/foo > % db unlock_notify >

[sqlite] docs bug: tclsqlite.html

2010-07-08 Thread Eric Smith
tclsqlite.html lists an "unlock_notify" method with no other documentation. Trying to use it gives me this: -bash-2.05b$ tcl % package require sqlite 3.6.23 % sqlite3 db /tmp/foo % db unlock_notify unlock_notify not available in this build % -- Eric A. Smith The concept is interesting and