On Wed, Aug 20, 2014 at 8:50 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> Aha! ... i _thought_ we had an sqlite binding to that function, but
> apparently we don't (libfossil does ;). i've added that to the todo list
> (in the case that it really is missing), so you could so something like:
>

> echo "select sym2rid('trunk');" | fossil sqlite
> echo "select sym2uuid('trunk');" | fossil sqlite
>


Nevermind - now i see why we don't have one. The sqlite handle used by that
feature is not fossil-aware. The fossil global state gets shut down before
the sqlite shell is run (maintained as part of the sqlite project). So i
can't add this without a notable overhaul (which doesn't seem worth the
effort).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to