diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-06 09:19:22 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-06 20:30:40 +0000 |
commit | 534d2036fe9ca9ce82093c7de7870bf26077e00f (patch) | |
tree | 1fdf4d02b5dce091373666b7f503b326bc20f64f | |
parent | 66b487474bdb0e84eebdd0d59c443e1c8557d280 (diff) |
Updated git submodules
Project: appc master 39db412ce7214d74e0df638c3dc4368bc0a55456
Revert query changes
The changes between patch 3 and patch 4 of this commit
https://gerrit.onap.org/r/#/c/55093, where the parameters
are sent to the SvcLogicContext instead of values, breaks
the save functionality in cdt. When SvcLogicContext is
allowed to subsitute the values, the StringUtils.isEmpty
functions are skipped over.
Although it appears this change is changing a parameterized
query to a static statement query, in fact the query is not
parameterized in its current form either. In its current form,
SvcLogicContext is just subsituting the values into a static
statement query. SvcLogicContext does perform a simple single
quote escape, which could be duplicated here.
Change-Id: If3ffceed5ad147c402355ffef17a8abf0752d5b1
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1107
m--------- | docs/submodules/appc.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git -Subproject 386ce982642ec9fe41a324fac41c57ed1c650dc +Subproject 39db412ce7214d74e0df638c3dc4368bc0a5545 |