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

Dzmitry Kazimirchyk closed CAY-1577.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1M3
                   3.0.3

Applied patch for both 3.1 and 3.0 branches.

> SQL queries for LIKE expressions with escape character generated with syntax 
> errors
> -----------------------------------------------------------------------------------
>
>                 Key: CAY-1577
>                 URL: https://issues.apache.org/jira/browse/CAY-1577
>             Project: Cayenne
>          Issue Type: Bug
>            Reporter: Dzmitry Kazimirchyk
>            Assignee: Dzmitry Kazimirchyk
>             Fix For: 3.0.3, 3.1M3
>
>         Attachments: escape-char.patch
>
>
> Originally reported at users mailing list: 
> http://markmail.org/message/5t6s6deuecn7ni3c
> For LIKE expressions with a usage of escape characters Cayenne generates SQL 
> queries such as
> SELECT * FROM TEST_TABLE t0 WHERE UPPER(t0.NAME) LIKE UPPER(? {escape '*'}) 
> [bind: 1->NAME:'A*_1']
> which causes SQLException with message "Incorrect syntax near the keyword 
> 'escape'."

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to