Skip to content

Commit 71788ad

Browse files
committed
Rename to jdbc_connection_details_for_network_access
1 parent d9e9c72 commit 71788ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
### Added
1010

1111
- Derive `strum::AsRefStr` for `ClientAuthenticationMethod` ([#1197]).
12-
- Add `DerbyConnection::jdbc_connection_details_with_host_part` helper ([#1200]).
12+
- Add `DerbyConnection::jdbc_connection_details_for_network_access` helper ([#1200]).
1313

1414
[#1197]: https://github.com/stackabletech/operator-rs/pull/1197
1515
[#1200]: https://github.com/stackabletech/operator-rs/pull/1200

crates/stackable-operator/src/database_connections/databases/derby.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ impl DerbyConnection {
7373
///
7474
/// Druid actually starts a Derby instance, which listens on `127.0.0.1:1527`. The schema seems
7575
/// to be the filesystem location.
76-
pub fn jdbc_connection_details_with_host_part(
76+
pub fn jdbc_connection_details_for_network_access(
7777
&self,
7878
unique_database_name: &str,
7979
host_part: &str,

0 commit comments

Comments
 (0)