[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-10-07 03:43:02
|
Patches item #1017653, was opened at 2004-08-28 00:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 13:43 Message: Logged In: YES user_id=14198 Looks good to me - thanks! Checking in dbi.cpp; new revision: 1.8; previous revision: 1.7 ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-10-07 11:42 Message: Logged In: YES user_id=61663 any comment on this? ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-09-13 12:55 Message: Logged In: YES user_id=61663 Hmmm either something strange happened or I am an idiot...I could've sworn I checked the attachment after I opened the bug/patch... ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2004-09-13 11:43 Message: Logged In: YES user_id=14198 The fix didn't make it - can you please attach it again? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 |