We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If database name and/or table name are quoted, Pramen is unable to fetch metadata from MS SQL Server.
pramen { }
While searching for table metadata Pramen should try unquoting database and table name first.
The text was updated successfully, but these errors were encountered:
#482 Add unquoting capabilities to Sql Generators.
b99359d
#482 Fix reading descriptions for quoted tables.
ac10b50
a3e0f7f
2f0201a
c1ab32b
Successfully merging a pull request may close this issue.
Describe the bug
If database name and/or table name are quoted, Pramen is unable to fetch metadata from MS SQL Server.
Code and/or configuration snippet that caused the issue
pramen { }
Expected behavior
While searching for table metadata Pramen should try unquoting database and table name first.
Context
The text was updated successfully, but these errors were encountered: