Rainer Döbele created EMPIREDB-478:
--------------------------------------
Summary: DBCommand: automatically create command params from value
expressions
Key: EMPIREDB-478
URL: https://issues.apache.org/jira/browse/EMPIREDB-478
Project: Empire-DB
Issue Type: Improvement
Components: Core
Reporter: Rainer Döbele
When building constraints within a DBCommand like cmd.where(COL.is(something))
only directly supplied values are automatically converted into params for
prepared statements.
If however the value is a ValueExpression the value is not automatically
converted in to a command parameter, if prepared statemens are enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)