-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix decimal read bug. Fix SQLGetTypeInfo param. Better guess of Curso…
…r.description types. Fixes #126. Because drivers are so bad about binary decimals pyodbc reads them as text. I forgot to apply the configured encodings to these. This seems like a lot of minor changes at once. I fixed the gettypeinfo bug and found the decimal crash during testing. Unfortunately it took forever to actually find the cause and I touched a lot of files. Tweaked the warnings in the VC builds. Removed Python 2.4 support code in CnxnInfo. Watch for errors during initialization of CnxnInfo. Fix typo SQL_CHAR to SQL_C_CHAR when connecting via ANSI. Reorganized encoding conditionals while reviewing code. A little duplication between 2.7 and 3.x seems better than condensed but complicated code.
- Loading branch information
1 parent
c5359c5
commit 6d9f00a
Showing
10 changed files
with
281 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.