commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src/dbdrivers/mxodbc DBdriver.py


From: James Thompson
Subject: gnue/common/src/dbdrivers/mxodbc DBdriver.py
Date: Mon, 25 Nov 2002 21:00:50 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         common-0-4-1-branch
Changes by:     James Thompson <address@hidden> 02/11/25 21:00:50

Modified files:
        common/src/dbdrivers/mxodbc: DBdriver.py 

Log message:
        syntax error in the mxodbc driver

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/dbdrivers/mxodbc/DBdriver.py.diff?only_with_tag=common-0-4-1-branch&tr1=1.6&tr2=1.6.2.1&r1=text&r2=text

Patches:
Index: gnue/common/src/dbdrivers/mxodbc/DBdriver.py
diff -c gnue/common/src/dbdrivers/mxodbc/DBdriver.py:1.5 
gnue/common/src/dbdrivers/mxodbc/DBdriver.py:1.6
*** gnue/common/src/dbdrivers/mxodbc/DBdriver.py:1.5    Tue Sep 17 11:27:45 2002
--- gnue/common/src/dbdrivers/mxodbc/DBdriver.py        Thu Nov  7 12:04:38 2002
***************
*** 124,131 ****
    def __init__(self):
      ODBC_DataObject.__init__(self)
  
!   def _buildQuery(self, conditions={}):
!     return DBSIG_DataObject_Object._buildQuery(self, conditions)
  
  
  class ODBC_DataObject_SQL(ODBC_DataObject, \
--- 124,131 ----
    def __init__(self):
      ODBC_DataObject.__init__(self)
  
!   def _buildQuery(self, conditions={}forDetail=None,sql=""):
!     return DBSIG_DataObject_Object._buildQuery(self, conditions,forDetail,sql)
  
  
  class ODBC_DataObject_SQL(ODBC_DataObject, \




reply via email to

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