DotNetAnalyzers / TSqlAnalyzer

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

Crash with added analyzer code #7

Closed ErikEJ closed 9 years ago

ErikEJ commented 9 years ago
var cmd = new SqlCommand("SEL * FROM TABLE" + sql);

Makes the analyzer crash with "Sequence contains no elements"