You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Prasad Reddy (JIRA)" <ji...@apache.org> on 2017/09/04 02:03:00 UTC

[jira] [Updated] (PHOENIX-4157) I am currently facing issue with namedparameters apache phoneix for 'like ' keyword

     [ https://issues.apache.org/jira/browse/PHOENIX-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Reddy updated PHOENIX-4157:
----------------------------------
    Summary: I am currently facing issue with namedparameters apache phoneix for 'like ' keyword  (was: I am currently facing issue namedparameters apache phoneix for 'like ' keyword)

> I am currently facing issue with namedparameters apache phoneix for 'like ' keyword
> -----------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4157
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4157
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Prasad Reddy
>
> uncategorized SQLException for SQL [select * from orders where customer like 'customer%' and user like ?]; SQL state [00000]; error code [-1]; Error -1 (00000) : while preparing SQL: select * from orders where customer like 'customer%' and user like ?; nested exception is org.apache.calcite.avatica.AvaticaSqlException:
> This happening when I below query with named parameter
> searchOrderQuery = new StringBuilder("select * from customer where customer like :customerName");
> and if I replace name parameter then it is working fine 
> searchOrderQuery = new StringBuilder("select * from customer where customer like '%rajesh%'  ");
> **Note:It is happening only for like statement and not for others



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