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

missing column_types in connection class #480

Closed
InbarRose opened this issue Feb 21, 2017 · 1 comment
Closed

missing column_types in connection class #480

InbarRose opened this issue Feb 21, 2017 · 1 comment

Comments

@InbarRose
Copy link

I am getting this error: AttributeError: '_mssql.MSSQLConnection' object has no attribute 'column_types' Whenever I try to access column_types. But when I look at the code here, I see that it exists. What is happening?

@damoxc
Copy link
Contributor

damoxc commented Feb 21, 2017

You should use the mailing list for support requests.

But to answer your question column_types is cdef so only accessible from C code, not Python.

@damoxc damoxc closed this as completed Feb 21, 2017
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

No branches or pull requests

2 participants