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

Getting rid of non-forwards-compatible INSERT statements #269

Open
ashalkhakov opened this issue Aug 21, 2021 · 1 comment
Open

Getting rid of non-forwards-compatible INSERT statements #269

ashalkhakov opened this issue Aug 21, 2021 · 1 comment

Comments

@ashalkhakov
Copy link

First off, thank you for a great tool.

I have this issue at work where we have a moderately sized T-SQL codebase that uses the statements of the form

INSERT INTO <table>
  VALUES (<values>)

I would like to refactor all of such cases that we have, and disallow them in the future. This tool fits the bill. I've created a PR #268 with a proposed implementation of such a rule and would like your feedback.

@lowlydba
Copy link
Contributor

This would be very useful to have as a rule! +1

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

No branches or pull requests

3 participants