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

Still error when parsing mssql stored procedure containing special character . in the name #9403

Closed
chenteddybear opened this issue Dec 7, 2023 · 1 comment
Labels
bug Bug report

Comments

@chenteddybear
Copy link

chenteddybear commented Dec 7, 2023

running DataHub CLI version: 0.12.0.5 and Datahub v0.12.1rc2

it should be EXEC [aaa_new].dbo.sp_helptext 'aaa_new.dbo.[Leo_Common_Log_GetOperatorList_4.3]' with square brackets [] around the stored procedure name.

image

aaa_new is the database name and dbo is the schema where as Leo_Common_Log_GetOperatorList_4.3 is the actual stored procedure name.

this is related to the fix: #9127

@chenteddybear chenteddybear added the bug Bug report label Dec 7, 2023
@chenteddybear chenteddybear changed the title Still error when parsing stored procedure containing special character . in the name Still error when parsing mssql stored procedure containing special character . in the name Dec 7, 2023
@chenteddybear
Copy link
Author

looks like it's been fixed in v0.12.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant