Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Shared connection closed after a function execution

Hi

The following call in org.eclipse.datatools.sqltools.routineeditor.launching.SPLaunchConfigurationDelegate passes closeCon=true (3rd arg) which causes the shared connection to be closed in the handleEnd() method.

postrun = f.getExecutionService(), .createSimpleSQLResultRunnable(debuggeeCon, LaunchHelper.constructFinalSQLString(configuration),true, target, null, databaseIdentifier,configuration, null);

Logged as bug BZ157925

Regards
Anthos


Back to the top