|
|
|
@ -192,7 +192,7 @@ public class ProcedureDataPane extends AbstractTableDataPane<StoreProcedure> imp
|
|
|
|
|
if (StringUtils.isEmpty(name)) { |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
Connection connection = ConnectionInfoBeanHelper.createConnection(ConnectionRepository.getInstance().getByName(connectionTableProcedurePane.getSelectedDatabaseConnnectonName())); |
|
|
|
|
Connection connection = ConnectionInfoBeanHelper.createConnection(ConnectionRepository.getInstance().getByName(name)); |
|
|
|
|
return connection != null && ArrayUtils.contains(DRIVERS, connection.getDriver()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|