|
|
|
@ -68,7 +68,9 @@ public class ConnectionListAction extends UpdateAction {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void renameConnection(String oldName, String newName) { |
|
|
|
|
datasourceManager.renameConnection(oldName, newName); |
|
|
|
|
if(datasourceManager.getConnection(oldName) != null){ |
|
|
|
|
datasourceManager.renameConnection(oldName, newName); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
final BasicDialog databaseListDialog = databaseManagerPane.showLargeWindow(designerFrame, null); |
|
|
|
|