Loading core/modules/migrate/src/Plugin/migrate/source/SqlBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -452,7 +452,7 @@ protected function mapJoinable() { } foreach (['username', 'password', 'host', 'port', 'namespace', 'driver'] as $key) { if (isset($source_database_options[$key])) { if (isset($source_database_options[$key]) && isset($id_map_database_options[$key])) { if ($id_map_database_options[$key] != $source_database_options[$key]) { return FALSE; } Loading Loading
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -452,7 +452,7 @@ protected function mapJoinable() { } foreach (['username', 'password', 'host', 'port', 'namespace', 'driver'] as $key) { if (isset($source_database_options[$key])) { if (isset($source_database_options[$key]) && isset($id_map_database_options[$key])) { if ($id_map_database_options[$key] != $source_database_options[$key]) { return FALSE; } Loading