Revision 88262ee3
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB.pm | ||
---|---|---|
83 | 83 |
my %flattened_settings = _flatten_settings(%connect_settings); |
84 | 84 |
|
85 | 85 |
$domain = 'LXOFFICE' if $type =~ m/^LXOFFICE/; |
86 |
$type .= join($SUBSCRIPT_SEPARATOR, map { ($_, $flattened_settings{$_} || '') } sort keys %flattened_settings); |
|
86 |
$type .= join($SUBSCRIPT_SEPARATOR, map { ($_, $flattened_settings{$_} || '') } sort grep { $_ ne 'dbpasswd' } keys %flattened_settings);
|
|
87 | 87 |
my $idx = "${domain}::${type}"; |
88 | 88 |
|
89 | 89 |
if (!$_db_registered{$idx}) { |
Auch abrufbar als: Unified diff
Rose::DB-Registry-Cache: dbpasswd nicht als Cache-Key nutzen