From 2ba7f41a2164d562cfc1f54201bad5b504387f03 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 7 May 2025 14:27:09 +0200 Subject: [PATCH] Remove SQL command string from DocumentCreateReadSQL This commit removes a SQL command string from the `Raw` property in the `DocumentCreateReadSQL` class. The changes include the deletion of a `USE` statement for the `[DD_ECM]` database, variable declarations, and the execution of a stored procedure. This alters the structure and execution of SQL commands within the class. --- EnvelopeGenerator.Application/SQL/DocumentCreateReadSQL.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/EnvelopeGenerator.Application/SQL/DocumentCreateReadSQL.cs b/EnvelopeGenerator.Application/SQL/DocumentCreateReadSQL.cs index f4f1ffb1..b243b0ba 100644 --- a/EnvelopeGenerator.Application/SQL/DocumentCreateReadSQL.cs +++ b/EnvelopeGenerator.Application/SQL/DocumentCreateReadSQL.cs @@ -13,8 +13,6 @@ public class DocumentCreateReadSQL : ISQL /// Base64, OUT_UID /// public string Raw => @" - USE [DD_ECM] - DECLARE @BYTE_DATA1 as VARBINARY(MAX) SET @BYTE_DATA1 = CONVERT(VARBINARY(MAX),{0}) DECLARE @OUT_DOCID int