commit-gnue
[Top][All Lists]
Advanced

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

gnue-common/src/datasources/drivers/DBSIG2 Driv...


From: Reinhard Mueller
Subject: gnue-common/src/datasources/drivers/DBSIG2 Driv...
Date: Thu, 16 Oct 2003 18:30:20 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/10/16 18:30:20

Modified files:
        src/datasources/drivers/DBSIG2: Driver.py 

Log message:
        Doh!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/datasources/drivers/DBSIG2/Driver.py.diff?tr1=1.78&tr2=1.79&r1=text&r2=text

Patches:
Index: gnue-common/src/datasources/drivers/DBSIG2/Driver.py
diff -c gnue-common/src/datasources/drivers/DBSIG2/Driver.py:1.78 
gnue-common/src/datasources/drivers/DBSIG2/Driver.py:1.79
*** gnue-common/src/datasources/drivers/DBSIG2/Driver.py:1.78   Thu Oct 16 
18:27:27 2003
--- gnue-common/src/datasources/drivers/DBSIG2/Driver.py        Thu Oct 16 
18:30:20 2003
***************
*** 251,261 ****
          return "NULL"
  
        elif type(value) == types.IntType:
-         return str(value)
          return "'%d'" % value
  
        elif type(value) == types.LongType:
-         return str(value)
          return "'%d'" % value
  
        elif type(value) == types.FloatType:
--- 251,259 ----




reply via email to

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