You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/13 08:06:03 UTC

[jira] [Commented] (IGNITE-4723) .NET: Support REGEXP_LIKE in LINQ

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

ASF GitHub Bot commented on IGNITE-4723:
----------------------------------------

GitHub user apopovgg opened a pull request:

    https://github.com/apache/ignite/pull/2842

    IGNITE-4723 .NET: Support REGEXP_LIKE in LINQ

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-4723

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2842.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2842
    
----
commit 5b77a02948885239418708edde91480e1b73fb0d
Author: apopov <ta...@gmail.com>
Date:   2017-10-13T08:03:10Z

    IGNITE-4723 .NET: Support REGEXP_LIKE in LINQ

----


> .NET: Support REGEXP_LIKE in LINQ
> ---------------------------------
>
>                 Key: IGNITE-4723
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4723
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Alexey Popov
>              Labels: .NET, LINQ, newbie
>
> {{REGEXP_REPLACE}} H2 function is supported in LINQ via {{Regex.Replace}}, see {{MethodVisitor}}.
> Add mapping for {{REGEXP_LIKE}} via {{Regex.IsMatch}}.



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