Skip to content

Commit

Permalink
try to solve microsoft#1661
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Mimica committed Sep 28, 2021
1 parent 949fcbc commit b522736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/microsoft/sqlserver/jdbc/tdsparser.java
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ boolean onColMetaData(TDSReader tdsReader) throws SQLServerException {
if (logger.isLoggable(Level.SEVERE))
logger.severe(tdsReader.toString() + ": " + logContext + ": Encountered "
+ TDS.getTokenName(tdsReader.peekTokenType()) + ". SHOWPLAN is ON, ignoring.");
(new StreamColumns(false)).setFromTDS(tdsReader);
return false;
}

Expand Down

0 comments on commit b522736

Please sign in to comment.