/[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.74 by siesel, Tue Oct 7 15:20:26 2003 UTC revision 1.75 by siesel, Wed Oct 8 15:51:48 2003 UTC
# Line 271  class DBSIG_DataObject(GDataObjects.Data Line 271  class DBSIG_DataObject(GDataObjects.Data
271        elif type(value) == types.StringType:        elif type(value) == types.StringType:
272    
273          if self._unicodeMode:          if self._unicodeMode:
274            print 'WARNING: non-unicode passed to the dbdriver (%s)' % str(value)            GDebug.printMesg(0,'WARNING: non-unicode passed to the dbdriver (%s)' % value)
275                        
276          return "'%s'" % string.replace(value,          return "'%s'" % string.replace(value,
277                                         "'",                                         "'",

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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