[pywin32-bugs] [ pywin32-Patches-1017653 ] crash fix for dbi.dll
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-08-27 14:58:15
|
Patches item #1017653, was opened at 2004-08-27 10:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Steven Scott (progoth) Assigned to: Nobody/Anonymous (nobody) Summary: crash fix for dbi.dll Initial Comment: dbi.dll of course supplies the date and binary types for the odbc module....the DbiRaw type has a __str__() method along with its value() method...unfortunately using str(dbiRawObj) causes crashes. Here's a fix ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 |