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

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

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

revision 1.11 by siesel, Wed Oct 8 15:51:48 2003 UTC revision 1.12 by siesel, Thu Oct 9 21:27:49 2003 UTC
# Line 78  class Gadfly_ResultSet(DBSIG_ResultSet): Line 78  class Gadfly_ResultSet(DBSIG_ResultSet):
78              dict = {}              dict = {}
79              for f in (rs):              for f in (rs):
80                if self._dataObject._unicodeMode and type(f)==types.StringType:                if self._dataObject._unicodeMode and type(f)==types.StringType:
81                  f = f.decode(self._dataObject._databaseEncoding)                  f = unicode(f,self._dataObject._databaseEncoding)
82                                    
83                dict[string.lower(self._fieldNames[i])] = f                dict[string.lower(self._fieldNames[i])] = f
84                i += 1                i += 1

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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