Skip to content

Commit

Permalink
dbeaver/pro#3726 initial test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov committed Dec 10, 2024
1 parent 06e50ec commit 0929763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ public WebConnectionInfo updateConnection(
DBPDataSourceContainer dataSource = connectionInfo.getDataSourceContainer();
webSession.addInfoMessage("Update connection - " + WebServiceUtils.getConnectionContainerInfo(dataSource));
DataSourceDescriptor oldDataSource;
oldDataSource = (DataSourceDescriptor) dataSource.getRegistry().createDataSource(dataSource);
oldDataSource = dataSource.getRegistry().createDataSource(dataSource);
oldDataSource.setId(dataSource.getId());
if (!CommonUtils.isEmpty(config.getName())) {
dataSource.setName(config.getName());
Expand Down

0 comments on commit 0929763

Please sign in to comment.