commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7869 - trunk/gnue-common/src/datasources


From: reinhard
Subject: [gnue] r7869 - trunk/gnue-common/src/datasources
Date: Fri, 19 Aug 2005 16:39:28 -0500 (CDT)

Author: reinhard
Date: 2005-08-19 16:39:27 -0500 (Fri, 19 Aug 2005)
New Revision: 7869

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Fixed requery after exception on post.


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2005-08-19 03:35:56 UTC 
(rev 7868)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2005-08-19 21:39:27 UTC 
(rev 7869)
@@ -733,7 +733,7 @@
         else:
           # we don't have to rollback, the changes done so far to the backend
           # are preserved, we requery so we have the the frontend updated
-          self.__currentResultSet.requery ()
+          self.__currentResultSet.requery (False)
         raise
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]