On Thu, Jul 8, 2010 at 10:19 AM, Eric Smith <eas....@gmail.com> 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
> unlock_notify not available in this build
> %
>

Recompile with -DSQLITE_ENABLE_UNLOCK_NOTIFY


>
> --
> Eric A. Smith
>
> The concept is interesting and well-formed, but in order to earn
> better than a 'C,' the idea must be feasible.
>    -- A Yale University management professor in response to Fred Smith's
> paper
>       proposing reliable overnight delivery service.
>       (Smith went on to found Federal Express Corp.)
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
---------------------
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to