Commit 95c6d5b3 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Plus besoin, dans les vues sources, de placer une collonne ID qui renvoie toujours NULL

parent ed46328e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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