From 26292eb6624cd1b1582eecff83cafdc650733856 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Mon, 27 Jun 2022 18:24:00 +0200
Subject: [PATCH] DOC: Comments in procedure.

---
 procedures/query/applyPOV.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/procedures/query/applyPOV.sql b/procedures/query/applyPOV.sql
index 03e2f1d..993ee96 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),
-- 
GitLab