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

Fix #65: use length instead of max_length when computing decimal width - as when using mysql_query max_length corresponds to the max length in the result set, as opposed to the max length of the field type #86

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

Mytherin
Copy link
Contributor

@Mytherin Mytherin commented Sep 5, 2024

Fixes #65

…l width - as when using mysql_query max_length corresponds to the max length in the result set, as opposed to the max length of the field type
@Mytherin Mytherin merged commit d0c56ab into duckdb:main Sep 5, 2024
8 of 9 checks passed
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.

Decimal data type conversion issue with mysql_query function
1 participant