[ 
https://issues.apache.org/jira/browse/CXF-5739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13997441#comment-13997441
 ] 

Sergey Beryozkin commented on CXF-5739:
---------------------------------------

Hi, 
I'm getting confused about the rules for using '%'. 
In you latest patch:
- if we have an escaped char ('%' or may be '\\') and the original value had a 
'*' then we use LIKE with the extra "\\" property. 
- if we have a not-escaped '%' - then we do not use LIKE at all

What if we have a sequence "*bar" - it would translate to "%bar" but now we 
will have no LIKE ?

> FIQL: java.sql.Timestamp no taken into account
> ----------------------------------------------
>
>                 Key: CXF-5739
>                 URL: https://issues.apache.org/jira/browse/CXF-5739
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.0.0-milestone1, 3.0.0-milestone2, 2.7.11
>            Reporter: Romain Castan
>              Labels: patch
>         Attachments: patch.txt
>
>
> Problem when the FIQL expression refers an attribute with Timestamp type.
> Currently, only java.util.Date works.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to