DotNetAnalyzers / TSqlAnalyzer

T-SQL Code Analyzer for Visual Studio 2015 CTP6
MIT License
57 stars 12 forks source link

Added string and interpolated string literal analyzer to inspect sql … #18

Open vendettamit opened 8 years ago

vendettamit commented 8 years ago
vendettamit commented 8 years ago

Authors, Once this is accepted & merged I think we can get rid of CommandText analyzer. Need to test it though.

ErikEJ commented 7 years ago

I am a bit concerned that this will cause any string constant in the chosen project/solution to be checked by the SQL parser...