Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
26292eb6
Commit
26292eb6
authored
2 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Comments in procedure.
parent
f7bca816
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!17
Release 6.0
Pipeline
#26358
passed
2 years ago
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
procedures/query/applyPOV.sql
+3
-3
3 additions, 3 deletions
procedures/query/applyPOV.sql
with
3 additions
and
3 deletions
procedures/query/applyPOV.sql
+
3
−
3
View file @
26292eb6
...
...
@@ -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
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment