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

corrected data type #863

Conversation

jorritsandbrink
Copy link
Collaborator

Description

This PR corrects the data type used in the from_db_type method in class MsSqlTypeMapper which referred to a numeric data type that isn't used for mssql.

Related Issues

Additional Context

I also removed the wei exclusion for mssql in test_get_storage_table_with_all_types. With the corrected data type, this test passes without the exclusion.

Copy link

netlify bot commented Dec 28, 2023

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 6ad7fa0
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/658dea65229d3200082f35fc

Copy link
Collaborator

@rudolfix rudolfix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rudolfix rudolfix merged commit 9b7c54d into devel Dec 29, 2023
56 checks passed
@rudolfix rudolfix deleted the 862-from_db_type-method-in-mssqltypemapper-class-references-non-existing-data-type branch December 29, 2023 11:04
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.

from_db_type method in MsSqlTypeMapper class references non-existing data type
2 participants