[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:17:22 UTC 2011


The following commit has been merged in the debian branch:
commit 50c3573613e4fcdba4991a54d8e2f7cc43ff6d01
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Jul 12 00:24:09 2009 +0200

    opimd: SQLite-Messages: add missing PIMB_CAN_UPD_ENTRY_WITH_NEW_FIELD to properties

diff --git a/framework/subsystems/opimd/pimb_sqlite_messages.py b/framework/subsystems/opimd/pimb_sqlite_messages.py
index d69412b..3409d85 100644
--- a/framework/subsystems/opimd/pimb_sqlite_messages.py
+++ b/framework/subsystems/opimd/pimb_sqlite_messages.py
@@ -32,7 +32,7 @@ logger = logging.getLogger('opimd')
 
 from domain_manager import DomainManager
 from backend_manager import BackendManager, Backend
-from backend_manager import PIMB_CAN_ADD_ENTRY, PIMB_CAN_DEL_ENTRY, PIMB_CAN_UPD_ENTRY
+from backend_manager import PIMB_CAN_ADD_ENTRY, PIMB_CAN_DEL_ENTRY, PIMB_CAN_UPD_ENTRY, PIMB_CAN_UPD_ENTRY_WITH_NEW_FIELD
 
 import framework.patterns.tasklet as tasklet
 from framework.config import config, rootdir
@@ -43,11 +43,11 @@ _SQLITE_FILE_NAME = os.path.join(rootdir,'sqlite-messages.db')
 
 
 
-#----------------------------------------------------------------------------#
+.#----------------------------------------------------------------------------#
 class SQLiteMessagesBackend(Backend):
 #----------------------------------------------------------------------------#
     name = 'SQLite-Messages'
-    properties = [PIMB_CAN_ADD_ENTRY, PIMB_CAN_DEL_ENTRY, PIMB_CAN_UPD_ENTRY]
+    properties = [PIMB_CAN_ADD_ENTRY, PIMB_CAN_DEL_ENTRY, PIMB_CAN_UPD_ENTRY, PIMB_CAN_UPD_ENTRY_WITH_NEW_FIELD]
 
     _domain_handlers = None           # Map of the domain handler objects we support
     _entry_ids = None                 # List of all entry IDs that have data from us

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list