TD-1115 Fix
This commit is contained in:
parent
55125ecfd9
commit
c29cbddc1a
|
@ -158,9 +158,10 @@ public class TSDBStatement implements Statement {
|
||||||
throw new SQLException(TSDBConstants.FixErrMsg(TSDBConstants.JNI_CONNECTION_NULL));
|
throw new SQLException(TSDBConstants.FixErrMsg(TSDBConstants.JNI_CONNECTION_NULL));
|
||||||
} else if (resultSetPointer == TSDBConstants.JNI_NULL_POINTER) {
|
} else if (resultSetPointer == TSDBConstants.JNI_NULL_POINTER) {
|
||||||
// no result set is retrieved
|
// no result set is retrieved
|
||||||
|
this.connecter.freeResultSet(pSql);:
|
||||||
res = false;
|
res = false;
|
||||||
}
|
}
|
||||||
this.connecter.freeResultSet(pSql);
|
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue