Loading src/UnicaenImport/Service/QueryGeneratorService.php +1 −1 Original line number Diff line number Diff line Loading @@ -450,7 +450,7 @@ class QueryGeneratorService extends AbstractService } $sql = "CREATE OR REPLACE FORCE VIEW V_DIFF_$tableName AS select diff.* from (SELECT COALESCE( D.id, S.id ) id, D.id id, COALESCE( S.source_id, D.source_id ) source_id, COALESCE( S.source_code, D.source_code ) source_code, CASE Loading Loading
src/UnicaenImport/Service/QueryGeneratorService.php +1 −1 Original line number Diff line number Diff line Loading @@ -450,7 +450,7 @@ class QueryGeneratorService extends AbstractService } $sql = "CREATE OR REPLACE FORCE VIEW V_DIFF_$tableName AS select diff.* from (SELECT COALESCE( D.id, S.id ) id, D.id id, COALESCE( S.source_id, D.source_id ) source_id, COALESCE( S.source_code, D.source_code ) source_code, CASE Loading