[ 1916285 ] CStatement.close should do nothing if it have been closed.
This commit is contained in:
parent
1cde9a356a
commit
6a83f4a282
|
@ -739,6 +739,8 @@ public class CStatement implements Statement
|
|||
*/
|
||||
public void close () throws SQLException
|
||||
{
|
||||
if (close) return;
|
||||
|
||||
try {
|
||||
if (p_stmt != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue