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

Return SQL types as part of the cursor result #113

Open
ghost opened this issue Nov 27, 2020 · 1 comment
Open

Return SQL types as part of the cursor result #113

ghost opened this issue Nov 27, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ghost
Copy link

ghost commented Nov 27, 2020

The result of a query includes a descriptor with the header information. I noticed that this header information uses the Python type description, while I expected the SQL type description. For considering a simple table rendering based on a fetchall: row-1 columnnames, row-2 sql type names, row-* the actual rows. Should this be fixed or become an alternative entry in the Description as it is DBAPI requirements

Describe the solution you'd like
The Description should be extended with the types obtained from MonetDB itself.

@ghost ghost added the enhancement New feature or request label Nov 27, 2020
@ghost ghost added this to the 1.0 milestone Nov 27, 2020
@ghost
Copy link
Author

ghost commented Feb 7, 2021

Related to #119

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

No branches or pull requests

0 participants