Author: fw
Date: 2011-02-14 20:22:27 +0000 (Mon, 14 Feb 2011)
New Revision: 16150
Modified:
lib/python/security_db.py
Log:
security_db.refresh(): re-add temporary views
These are gone because we''re closing the database.
Modified: lib/python/security_db.py
==================================================================---
lib/python/security_db.py 2011-02-14 20:12:26 UTC (rev 16149)
+++ lib/python/security_db.py 2011-02-14 20:22:27 UTC (rev 16150)
@@ -157,6 +157,7 @@
self.__stat = current
self.db = apsw.Connection(self.name)
self._initFunctions()
+ self._initViews()
def cursor(self):
"""Creates a new database cursor.