[pywin32-bugs] [ pywin32-Patches-937779 ] ODBC-Metadata
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-04-19 10:14:50
|
Patches item #937779, was opened at 2004-04-19 10:14 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=937779&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andre Reitz (inworks) Assigned to: Nobody/Anonymous (nobody) Summary: ODBC-Metadata Initial Comment: Hi all, please aplly this patch. We use pywin32 to connect ODBC-Databases. Our DB-adapter reads the column-metadata after sending a query. Everything works great except that all column names are in lowercase. The patch deletes only the line which is responsible for that: _strlwr(name); I am looking forward, that somebody applies this patch before nexts release of pywin32. Greetings, Andre' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=937779&group_id=78018 |