Azure / Azure/usql

Better Error Checking When Creating Views

Open
#80 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
231
Forks
666
PR merge metrics
No merged PRs in 30d

Description

I have a view that joins a couple external tables for easy access in scripts. Now that I am finally writing a script that uses the view, I keep running into errors with the view script so I am having to go back and correct that code before I can even begin to work with the new script. It would be preferable if these errors were thrown when I was creating the view.

For example, intentionally omitting a comma between column names in my view code compiles and runs, but then throws the appropriate error once I go to run the script that uses that view.

It would be preferable if these errors were checked when first creating the view.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.