/[gnue]/gnue-common/src/datasources/drivers/DBSIG2/Driver.py
ViewVC logotype

Diff of /gnue-common/src/datasources/drivers/DBSIG2/Driver.py

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

revision 1.77 by siesel, Sun Oct 12 19:43:57 2003 UTC revision 1.78 by reinhard, Thu Oct 16 22:27:27 2003 UTC
# Line 252  class DBSIG_DataObject(GDataObjects.Data Line 252  class DBSIG_DataObject(GDataObjects.Data
252    
253        elif type(value) == types.IntType:        elif type(value) == types.IntType:
254          return str(value)          return str(value)
255            return "'%d'" % value
256    
257        elif type(value) == types.LongType:        elif type(value) == types.LongType:
258          return str(value)          return str(value)
259            return "'%d'" % value
260    
261        elif type(value) == types.FloatType:        elif type(value) == types.FloatType:
262          if value==int(value):          if value==int(value):

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

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