Użytkownik Ed Leafe napisał: > OK, that's what it should be. Can you try editing dCursorMixin to add > some debugging? > > 934 if fldType is not None: > 935 if fldType != type(val): > print "fldType = ", fldType > print "val = ", val > 936 convTypes = (str, unicode, int, float, long, > complex) > > Add those two print statements, re-run the code that produced the > error, and post the output. >
Here is the output: fldType = <type 'str'> val = BM6[binary data here]... It seems like this error is produced only when filling empty blob field, which initially is type of string. There are no further errors on using already filled blobs. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
