Skip to content

Conversation

@danakee
Copy link

@danakee danakee commented Oct 7, 2024

Replace square brackets with double quotes and insert "." between schema and view in setting of test_view and expected_view.

Result was [dbo.testview_123] will now be "dbo"."testview_123" Result was [dbo.expectedview_123] will now be "dbo"."expectedview_123"

Replace square brackets with double quotes and insert "." between schema and view in setting of test_view and expected_view.

Result was [dbo.testview_123] will now be "dbo"."testview_123"
Result was [dbo.expectedview_123] will now be "dbo"."expectedview_123"
@cody-scott
Copy link
Collaborator

Happy to merge this but you'll need to create a unit test to capture the breaking behaviour first before it can be merged.

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.

2 participants