Jerome Isaac Haltom created CALCITE-7407:
--------------------------------------------
Summary: Illegal use of dynamic parameter with ||
Key: CALCITE-7407
URL: https://issues.apache.org/jira/browse/CALCITE-7407
Project: Calcite
Issue Type: Bug
Components: jdbc-driver
Affects Versions: 1.41.0
Reporter: Jerome Isaac Haltom
---- java.sql.SQLException : Error while preparing statement [SELECT
"c"."CustomerID", "c"."Address", "c"."City", "c"."CompanyName",
"c"."ContactName", "c"."ContactTitle", "c"."Country", "c"."Fax", "c"."Phone",
"c"."PostalCode", "c"."Region"
FROM "Customers" AS "c"
WHERE "c"."CustomerID" = ((? || 'KI'))]
-------- org.apache.calcite.runtime.CalciteContextException : At line 3, column
28
------------ org.apache.calcite.sql.validate.SqlValidatorException : Illegal
use of dynamic parameter
--
This message was sent by Atlassian Jira
(v8.20.10#820010)