Author: fw Date: 2005-10-20 09:02:32 +0000 (Thu, 20 Oct 2005) New Revision: 2483 Modified: lib/python/security_db.py Log: r626@deneb: fw | 2005-10-14 10:33:18 +0200 lib/python/security_db.py (DB.refresh): Reinitialize user-defined functions if the database is reopened. Modified: lib/python/security_db.py ==================================================================--- lib/python/security_db.py 2005-10-20 09:02:12 UTC (rev 2482) +++ lib/python/security_db.py 2005-10-20 09:02:32 UTC (rev 2483) @@ -122,6 +122,7 @@ return self.__stat = current self.db = apsw.Connection(self.name) + self._initFunctions() def cursor(self): """Creates a new database cursor.