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

#482 Fix reading of column description for tables that are specified in quotes #485

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Sep 5, 2024

Closes #482

@yruslan yruslan force-pushed the bugfix/482-quoted-tables-metadata branch from ac10b50 to a3e0f7f Compare September 5, 2024 08:44
Copy link

github-actions bot commented Sep 5, 2024

Unit Test Coverage

File Coverage [88.61%] 🍏
TableReaderJdbcNative.scala 94.7% 🍏
JdbcSparkUtils.scala 91.53% 🍏
SqlGeneratorMicrosoft.scala 86.63% 🍏
TableReaderJdbc.scala 84.62% 🍏
Total Project Coverage 81.07% 🍏

@yruslan yruslan merged commit c1ab32b into main Sep 5, 2024
8 checks passed
@yruslan yruslan deleted the bugfix/482-quoted-tables-metadata branch September 5, 2024 10:57
@yruslan yruslan mentioned this pull request Sep 6, 2024
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.

If database name and/or table name are quoted, Pramen is unable to fetch metadata from MS SQL Server
2 participants