We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8e99 commit 1d05917Copy full SHA for 1d05917
1 file changed
crates/stackable-operator/src/database_connections/databases/derby.rs
@@ -73,10 +73,6 @@ impl DerbyConnection {
73
///
74
/// Druid actually starts a Derby instance, which listens on `127.0.0.1:1527`. The schema seems
75
/// to be the filesystem location.
76
- ///
77
- /// As stackable-operator generates a (correct) URL in the form
78
- /// `jdbc:derby:/tmp/foo/bar.db;create=true`, this function converts it to
79
- /// `jdbc:derby://dummy-host-for-druid:1234/tmp/foo/bar.db;create=true`
80
pub fn jdbc_connection_details_with_host_part(
81
&self,
82
unique_database_name: &str,
0 commit comments