/[papo]/gnue/common/src/dbdrivers/mysql/DBdriver.py
ViewVC logotype

Diff of /gnue/common/src/dbdrivers/mysql/DBdriver.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by styxman, Fri Nov 15 15:32:55 2002 UTC revision 1.4 by styxman, Sat Nov 16 00:19:32 2002 UTC
# Line 213  class MySQL_DataObject_Object(MySQL_Data Line 213  class MySQL_DataObject_Object(MySQL_Data
213    def __init__(self):    def __init__(self):
214      MySQL_DataObject.__init__(self)      MySQL_DataObject.__init__(self)
215    
216    def _buildQuery(self, conditions={}, qTable = None):    def _buildQuery(self, conditions={}, forDetail = None, sql="", qTable = None):
217      if not qTable:      if not qTable:
218         qTable = self.table         qTable = self.table
219      return DBSIG_DataObject_Object._buildQuery(self, conditions, qTable)      return DBSIG_DataObject_Object._buildQuery(self, conditions, forDetail, sql, qTable)
220    
221    
222  class MySQL_DataObject_SQL(MySQL_DataObject, \  class MySQL_DataObject_SQL(MySQL_DataObject, \

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26