Skip to content

Commit

Permalink
Update src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResource.java
Browse files Browse the repository at this point in the history
Co-Authored-By: Cheena Malhotra <v-chmalh@microsoft.com>
  • Loading branch information
rene-ye and cheenamalhotra authored Jun 10, 2019
1 parent f17d180 commit cf7b774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ protected Object[][] getContents() {
{"R_useFmtOnlyPropertyDescription",
"Determines whether to parse user SQL and execute a FMTONLY query to retrieve parametermetadata."},
{"R_invalidOpenqueryCall",
"OPENQUERY/OPENJSON/OPENDATASOURCE/OPENROWSET/OPENXML must be proceeded by round brackets"},
"Invalid syntax: OPENQUERY/OPENJSON/OPENDATASOURCE/OPENROWSET/OPENXML must be preceded by round brackets"},
{"R_invalidCTEFormat",
"Invalid syntax: AS must be followed by round brackets in Common Table Expressions."},
{"R_noTokensFoundInUserQuery", "Invalid user input: No tokens were parsed from the SQL provided."},};
Expand Down

0 comments on commit cf7b774

Please sign in to comment.