[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-25 04:32:12
|
Patches item #937779, was opened at 2004-04-19 20:14 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=937779&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed 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' ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-04-25 14:32 Message: Logged In: YES user_id=14198 Sounds reasonable to me - I see no good reason for the strlwr. Checking in odbc.cpp; new revision: 1.10; previous revision: 1.9 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=937779&group_id=78018 |