Popular recipes by David S http://code.activestate.com/recipes/users/2191735/2005-07-29T16:34:42-07:00ActiveState Code RecipesAdding SQLite sign() function (Python) 2005-07-29T16:34:42-07:00David Shttp://code.activestate.com/recipes/users/2191735/http://code.activestate.com/recipes/438802-adding-sqlite-sign-function/ <p style="color: grey"> Python recipe 438802 by <a href="/recipes/users/2191735/">David S</a> (<a href="/recipes/tags/database/">database</a>). Revision 3. </p> <p>Add a user defined Sign function to SQLite using PySQLite (<a href="http://initd.org/projects/pysqlite" rel="nofollow">http://initd.org/projects/pysqlite</a>). The utility of this is explained in this very nice tutorial: <a href="http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html" rel="nofollow">http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html</a></p>