Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: SQLGetData called with SQL_C_BINARY type errors for SQL_NUMERIC/DECI #6

Closed
wants to merge 2 commits into from

Conversation

wesm
Copy link

@wesm wesm commented Oct 13, 2011

Fix failure in GetDataString for SQL_NUMERIC/SQL_DECIMAL
This came up when adding an output converter for SQL_NUMERIC/SQL_DECIMAL-- resulted in failure in SQLGetData in PostgreSQL ODBC and also the Netezza ODBC drivers. Haven't tested any others.

Generally speaking, when querying large datasets, conversion to Decimal and converting back to float (especially for putting data in NumPy arrays) is a major bottleneck. Can you think of any strategies to get around this?

I'd be happy to add a test case or two for this if you'd like.

I also note you have CRLF issues in the pyodbc repo, assume you're developing on Windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants