refactor: refs #6494 Migrated and deleted residual procs #2118

Merged
guillermo merged 6 commits from 6494-procRefactor3 into dev 2024-03-05 06:29:24 +00:00
Member
No description provided.
guillermo added 1 commit 2024-03-01 10:20:17 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
1f9f10323b
refactor: refs #6494 Migrated and deleted residual procs
guillermo requested review from carlosap 2024-03-01 10:20:21 +00:00
guillermo added 1 commit 2024-03-01 10:23:10 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
941e7da767
Merge branch 'dev' into 6494-procRefactor3
guillermo added 1 commit 2024-03-04 06:07:27 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
0b63991303
Merge branch 'dev' into 6494-procRefactor3
carlosap requested changes 2024-03-04 10:51:03 +00:00
@ -0,0 +18,4 @@
DECLARE vMidnight DATETIME DEFAULT util.dayEnd(vDated);
DECLARE vEndingDate DATETIME DEFAULT vMidnight + INTERVAL vScopeDays DAY;
CREATE OR REPLACE TEMPORARY TABLE tConfectionControlSource
Member

No es necesario hacer unta tabla para luego hacer solo una SELECT sobre ella.
Directamente hacer la consulta que se quiere devolver, en este caso son 2 consultas, retornarlas con UNION ALL

No es necesario hacer unta tabla para luego hacer solo una SELECT sobre ella. Directamente hacer la consulta que se quiere devolver, en este caso son 2 consultas, retornarlas con UNION ALL
guillermo marked this conversation as resolved
guillermo added 1 commit 2024-03-04 12:33:37 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
a96743c3b9
refactor: refs #6494 Requested changes
guillermo added 1 commit 2024-03-04 12:33:50 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
e65fc06a30
Merge branch 'dev' into 6494-procRefactor3
guillermo requested review from carlosap 2024-03-04 12:33:56 +00:00
carlosap approved these changes 2024-03-04 13:39:31 +00:00
guillermo added 1 commit 2024-03-04 13:44:49 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
489d126f79
Merge branch 'dev' into 6494-procRefactor3
guillermo merged commit cdce34ae6d into dev 2024-03-05 06:29:24 +00:00
guillermo deleted branch 6494-procRefactor3 2024-03-05 06:29:24 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#2118
No description provided.