Loading src/UnicaenDbImport/Service/Database/DatabaseService.php +1 −1 Original line number Diff line number Diff line Loading @@ -346,7 +346,7 @@ class DatabaseService extends AbstractDatabaseService try { $sql = $this->codeGenerator->generateSQLForDiffViewCreation($this->source, $this->destination, $diffViewName, $intermediateTable); } catch (Throwable $e) { } catch (Exception $e) { throw DatabaseServiceException::error("Erreur lors de la génération du SQL de création de la vue différentielle '$diffViewName'", $e); } try { Loading Loading
src/UnicaenDbImport/Service/Database/DatabaseService.php +1 −1 Original line number Diff line number Diff line Loading @@ -346,7 +346,7 @@ class DatabaseService extends AbstractDatabaseService try { $sql = $this->codeGenerator->generateSQLForDiffViewCreation($this->source, $this->destination, $diffViewName, $intermediateTable); } catch (Throwable $e) { } catch (Exception $e) { throw DatabaseServiceException::error("Erreur lors de la génération du SQL de création de la vue différentielle '$diffViewName'", $e); } try { Loading