This commit is contained in:
slguan 2019-09-24 14:34:49 +08:00
parent 806a9310e3
commit 66fc89691b
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class TSDBJNIConnector {
isResultsetClosed = true; // reset resultSetPointer to 0 after freeResultSetImp() return
taosResultSetPointer = TSDBConstants.JNI_NULL_POINTER;
} else {
isResultsetClosed = true;
isResultsetClosed = true;
}
return res;
}