[Commits] (vajda) preparing for dbxml 1.2.1

commits at osafoundation.org commits at osafoundation.org
Mon Mar 15 23:16:10 PST 2004


Commit by: vajda
Modified files:
osaf/chandler/Chandler/repository/persistence/XMLRepository.py 1.65 1.66

Log message:
preparing for dbxml 1.2.1


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/repository/persistence/XMLRepository.py.diff?r1=text&tr1=1.65&r2=text&tr2=1.66

Index: osaf/chandler/Chandler/repository/persistence/XMLRepository.py
diff -u osaf/chandler/Chandler/repository/persistence/XMLRepository.py:1.65 osaf/chandler/Chandler/repository/persistence/XMLRepository.py:1.66
--- osaf/chandler/Chandler/repository/persistence/XMLRepository.py:1.65	Mon Mar  8 18:47:44 2004
+++ osaf/chandler/Chandler/repository/persistence/XMLRepository.py	Mon Mar 15 23:15:39 2004
@@ -1,6 +1,6 @@
 
-__revision__  = "$Revision: 1.65 $"
-__date__      = "$Date: 2004/03/09 02:47:44 $"
+__revision__  = "$Revision: 1.66 $"
+__date__      = "$Date: 2004/03/16 07:15:39 $"
 __copyright__ = "Copyright (c) 2002 Open Source Applications Foundation"
 __license__   = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -205,7 +205,7 @@
 
         try:
             txnStarted = store._startTransaction()
-            if self.version == "1.2.0":
+            if self.version in ('1.2.0', '1.2.1'):
                 for value in self._xml.queryWithXPath(store.txn,
                                                       self.store.containerExpr,
                                                       DB_DIRTY_READ):



More information about the Commits mailing list