commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src/datasources/drivers/odbc/mxodbc...


From: Derek Neighbors
Subject: gnue/common/src/datasources/drivers/odbc/mxodbc...
Date: Wed, 16 Apr 2003 00:04:29 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Derek Neighbors <address@hidden>        03/04/16 00:04:28

Modified files:
        common/src/datasources/drivers/odbc/mxodbc: Driver.py 

Log message:
        Eric Jarvi pointed out missing comma in _buildQuery during RPM builds.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/datasources/drivers/odbc/mxodbc/Driver.py.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gnue/common/src/datasources/drivers/odbc/mxodbc/Driver.py
diff -c gnue/common/src/datasources/drivers/odbc/mxodbc/Driver.py:1.11 
gnue/common/src/datasources/drivers/odbc/mxodbc/Driver.py:1.12
*** gnue/common/src/datasources/drivers/odbc/mxodbc/Driver.py:1.11      Tue Feb 
18 14:34:59 2003
--- gnue/common/src/datasources/drivers/odbc/mxodbc/Driver.py   Wed Apr 16 
00:04:28 2003
***************
*** 125,131 ****
    def __init__(self):
      ODBC_DataObject.__init__(self)
  
!   def _buildQuery(self, conditions={}forDetail=None,sql=""):
      return DBSIG_DataObject_Object._buildQuery(self, conditions,forDetail,sql)
  
  
--- 125,131 ----
    def __init__(self):
      ODBC_DataObject.__init__(self)
  
!   def _buildQuery(self, conditions={},forDetail=None,sql=""):
      return DBSIG_DataObject_Object._buildQuery(self, conditions,forDetail,sql)
  
  




reply via email to

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