We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a1bff commit d0e2993Copy full SHA for d0e2993
Test/SqlDom/ParserErrorsTests.cs
@@ -4406,8 +4406,6 @@ public void CreateJsonIndexStatementErrorTest()
4406
new ParserErrorInfo(7, "SQL46010", "JSON"));
4407
ParserTestUtils.ErrorTest110("CREATE JSON INDEX idx1 ON table1 (jsonColumn)",
4408
4409
- ParserTestUtils.ErrorTest80("CREATE JSON INDEX idx1 ON table1 (jsonColumn)",
4410
- new ParserErrorInfo(7, "SQL46010", "JSON"));
4411
4412
// JSON Index with FOR clause in older versions
4413
ParserTestUtils.ErrorTest160("CREATE JSON INDEX idx1 ON table1 (jsonColumn) FOR ('$.name')",
0 commit comments