You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2018/01/07 19:07:00 UTC

[jira] [Created] (EMPIREDB-267) Allow DBCmdParams to be used as a value expression in an SQL statement

Rainer Döbele created EMPIREDB-267:
--------------------------------------

             Summary: Allow DBCmdParams to be used as a value expression in an SQL statement
                 Key: EMPIREDB-267
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-267
             Project: Empire-DB
          Issue Type: Improvement
          Components: Core
            Reporter: Rainer Döbele
            Assignee: Rainer Döbele
            Priority: Minor


The DBValueExpr class allows to use scalar values in sql statements. However this does not work for statement parameters ('?') which are used for prepared statements.
The goal is to extend DBValueExpr  to make it work with DBCmdParam objects.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)