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

Descriptor information #119

Open
ghost opened this issue Jan 6, 2021 · 0 comments
Open

Descriptor information #119

ghost opened this issue Jan 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ghost
Copy link

ghost commented Jan 6, 2021

Describe the bug
The structure of a result set obtained from cursor.fetchall is supposed to be returned in the cursor.description component.
The header names are there, but also some types, ... dtype('O'), dtype('O'), dtype('bool')..

Other properties seems not yet available
display_size=None, internal_size=None, precision=None, scale=None, null_ok=None

Expected behavior
Given that the interface is geared at the SQL world, I would like to see the SQL type information
to be able to interpret/re-use it properly.

@gijzelaerr gijzelaerr self-assigned this Jan 8, 2021
@gijzelaerr gijzelaerr added the bug Something isn't working label Jan 8, 2021
@gijzelaerr gijzelaerr added this to the 0.10 milestone Jan 8, 2021
gijzelaerr pushed a commit that referenced this issue Jan 8, 2021
gijzelaerr added a commit that referenced this issue Jan 8, 2021
@gijzelaerr gijzelaerr modified the milestones: 0.10, 0.11 Apr 9, 2021
@gijzelaerr gijzelaerr modified the milestones: 0.11, 0.12 Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant