commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7176 - trunk/gnue-common/src/datasources/drivers/Base


From: reinhard
Subject: [gnue] r7176 - trunk/gnue-common/src/datasources/drivers/Base
Date: Fri, 11 Mar 2005 16:33:40 -0600 (CST)

Author: reinhard
Date: 2005-03-11 16:33:39 -0600 (Fri, 11 Mar 2005)
New Revision: 7176

Modified:
   trunk/gnue-common/src/datasources/drivers/Base/Connection.py
Log:
Fixed typo.


Modified: trunk/gnue-common/src/datasources/drivers/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2005-03-11 19:47:19 UTC (rev 7175)
+++ trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2005-03-11 22:33:39 UTC (rev 7176)
@@ -492,7 +492,7 @@
 
   # ---------------------------------------------------------------------------
 
-  def requery (self, table, oldfields, fields):
+  def _requery (self, table, oldfields, fields):
     """
     Requery an existing record to reflect changes done by the backend (to be
     implemented by descendants).





reply via email to

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