From c22062665f30f4ce736d8be53404a8a472935045 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 18 Jul 2019 13:28:18 -0700 Subject: [PATCH 1/1] Update git submodules * Update docs/submodules/appc.git from branch 'master' to afad136327003c1a4b8f3a5708e27d96e3374d67 - Fixes for parameterized sql queries The old non-parameterized queries would treat null entries in the SvcLogicContext as "null" string values. The parameterized query treats these as NULL sql values. This change keeps those values as "null" strings. Change-Id: Iee7f7a1861bdd82dc65d59db2be7862b49cf1207 Signed-off-by: Patrick Brady Issue-ID: APPC-1639 --- docs/submodules/appc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git index c8783f034..afad13632 160000 --- a/docs/submodules/appc.git +++ b/docs/submodules/appc.git @@ -1 +1 @@ -Subproject commit c8783f0346c69d00ca686a07cb418db751598bb2 +Subproject commit afad136327003c1a4b8f3a5708e27d96e3374d67 -- 2.16.6