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
 
 



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to