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

Diff of /gnue/common/src/dbdrivers/gadfly/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 261  class Gadfly_DataObject_Object(Gadfly_Da Line 261  class Gadfly_DataObject_Object(Gadfly_Da
261    def __init__(self):    def __init__(self):
262      Gadfly_DataObject.__init__(self)      Gadfly_DataObject.__init__(self)
263    
264    def _buildQuery(self, conditions={}):    def _buildQuery(self, conditions={}, forDetail = None, sql="", qTable = None):
265      return DBSIG_DataObject_Object._buildQuery(self, conditions)      if not qTable:
266           qTable = self.table
267        return DBSIG_DataObject_Object._buildQuery(self, conditions, forDetail, sql, qTable)
268    
269    def _getQueryCount(self,conditions={}):    def _getQueryCount(self,conditions={}):
270      cursor = self._dataConnection.cursor()      cursor = self._dataConnection.cursor()

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