Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] SQLResultRunnable for UserDefinedFunction (UDF)

Hi

DTP - 0.9.0.200604141

I am using the default Run action for Routine class, which uses
RoutineEditor. This causes
org.eclipse.datatools.sqltools.routineeditor.launching.SPLaunchConfigurationDelegate
to handle the launching, where this issue is.

Issue is that current implementation uses
org.eclipse.datatools.sqltools.sqleditor.result.SimpleSQLResultRunnable
to handle the UDF type launching. If this was changed to be similar to
the case of Stored Procedure, then the plugin provider can provide a
org.eclipse.datatools.sqltools.core.services.ExecutionService instance
to handle it.

Any thoughts ?

Regards
Anthos



Back to the top