You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/11 20:56:27 UTC

svn commit: rev 36241 - gump/trunk/python/gump/mysql

Author: ajack
Date: Wed Aug 11 11:56:27 2004
New Revision: 36241

Modified:
   gump/trunk/python/gump/mysql/databaser.py
Log:
Complete last (on all SQL, I hope.)

Modified: gump/trunk/python/gump/mysql/databaser.py
==============================================================================
--- gump/trunk/python/gump/mysql/databaser.py	(original)
+++ gump/trunk/python/gump/mysql/databaser.py	Wed Aug 11 11:56:27 2004
@@ -81,7 +81,7 @@
         helper=None
         try:
             conn=self.getConnected()
-            helper=gump.utils.mysql.DbHelper(conn)
+            helper=gump.utils.mysql.DbHelper(conn,self.dbInfo.getDatabase())
             
             # Prepare the data
             settings = {}

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org