You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metamodel.apache.org by "Dennis Du Krøger (JIRA)" <ji...@apache.org> on 2016/07/15 17:28:20 UTC

[jira] [Comment Edited] (METAMODEL-1105) LIKE does not support _

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

Dennis Du Krøger edited comment on METAMODEL-1105 at 7/15/16 5:28 PM:
----------------------------------------------------------------------

Yeah, but those doesn't seem to be standard SQL (at least not SQL-99, and I think neither SQL-2003), and will probably require a regex pattern (which we can't precompile in some instances), so I decided not to pick those up.

I think a more important one (and standard too) is ESCAPE, but again that is probably quite a bit more work.


was (Author: losd):
Yeah, but those doesn't seem to be standard SQL (at least not SQL-99, and I think neither SQL-2003), and will probably require a regex pattern (which we can't precompile in some instances), so I decided not to pick those up.

I more important (and standard too) is ESCAPE, but again that is probably quite a bit more work.

> LIKE does not support _
> -----------------------
>
>                 Key: METAMODEL-1105
>                 URL: https://issues.apache.org/jira/browse/METAMODEL-1105
>             Project: Apache MetaModel
>          Issue Type: Improvement
>            Reporter: Dennis Du Krøger
>            Priority: Minor
>
> The LIKE operator is missing support for the underscore (_) which matches a single character.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)