File tree Expand file tree Collapse file tree
crates/stackable-operator
src/database_connections/databases Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments