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

feat: support DbCommand command-text via constructor string sql query parse #135

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DeagleGross
Copy link
Collaborator

Added support for parsing Microsoft.Data.SqlClient.SqlCommand(string cmdText) parameter sql parse and validation against errors

Closes #133

@DeagleGross DeagleGross added bug Something isn't working analyzer labels Nov 10, 2024
@DeagleGross DeagleGross requested a review from mgravell November 10, 2024 22:30
@DeagleGross DeagleGross self-assigned this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

analyzer: DbCommand command-text via constructor string not detected
2 participants