From da47cc8cb0c3704537eaa94c2765ba10afc08d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Tue, 5 Dec 2023 20:42:05 +0100 Subject: [PATCH] useful qm --- procedures/query/applyPOV.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/procedures/query/applyPOV.sql b/procedures/query/applyPOV.sql index 0297b08..f0d8777 100644 --- a/procedures/query/applyPOV.sql +++ b/procedures/query/applyPOV.sql @@ -34,8 +34,11 @@ DELIMITER // * ---------- * * versioned : boolean - * If True, sourceSet and targetSet have an _iversion column, otherwise that column will be -* ignored (or only HEAD will be inserted into targetSet). + * If True, sourceSet and targetSet have an _iversion column, otherwise that column will be ignored + * (or only HEAD will be inserted into targetSet). + + + TODO description of sourceSet and targetSet is insufficient! */ CREATE PROCEDURE db_5_0.applyPOV(in sourceSet VARCHAR(255), /* (?) Name of the table that the POV will be applied to. This can be a temporary table. */ in targetSet VARCHAR(255), /* (?) Name of the result table of this POV. */ -- GitLab