diff --git a/procedures/query/applyPOV.sql b/procedures/query/applyPOV.sql index 03e2f1d9eb6560b373c485e1f5105a705b935e69..993ee9615a4e28f5351b20daf490c03c68baeac4 100644 --- a/procedures/query/applyPOV.sql +++ b/procedures/query/applyPOV.sql @@ -37,8 +37,8 @@ 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). */ 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. */ @@ -59,7 +59,7 @@ CREATE PROCEDURE db_5_0.applyPOV(in sourceSet VARCHAR(255), /* (?) Name of the t in vInt INT, /* the integer value to be checked against using operator o */ in vDouble DOUBLE, /* the double value to be checked against using operator o */ in unit_sig BIGINT, - in vDoubleStdUnit DOUBLE, + in vDoubleStdUnit DOUBLE, /* The numeric value, converted according to the unit rules. */ in stdUnit_sig BIGINT, in vDateTime VARCHAR(255), in vDateTimeDotNotation VARCHAR(255),