From f329543793c76531853e871440a6a16d6b655b67 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 14 Apr 2026 20:42:41 +0200 Subject: [PATCH] Add support for five new RESULT_REFERENCE parameters Added pRESULT_REFERENCE1 through pRESULT_REFERENCE5 to the procedure handler, mapping them from the corresponding Reference1-5 properties in request.Result. This enables passing additional reference data to the stored procedure. --- .../Procedures/InsertProcedure/InsertObjectProcedure.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ReC.Application/Common/Procedures/InsertProcedure/InsertObjectProcedure.cs b/src/ReC.Application/Common/Procedures/InsertProcedure/InsertObjectProcedure.cs index bd7cccf..25e718c 100644 --- a/src/ReC.Application/Common/Procedures/InsertProcedure/InsertObjectProcedure.cs +++ b/src/ReC.Application/Common/Procedures/InsertProcedure/InsertObjectProcedure.cs @@ -83,6 +83,11 @@ public class InsertObjectProcedureHandler(IRepository repo, IOptionsMonitor