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/05 13:03:00 UTC

[jira] [Commented] (IGNITE-5224) .NET: PadLeft and PadRight support in LINQ

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

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

GitHub user apopovgg opened a pull request:

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

    IGNITE-5224: .NET: PadLeft and PadRight support in LINQ

    

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

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

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

    https://github.com/apache/ignite/pull/2808.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 #2808
    
----
commit 63c53f585b16effcf92ff8d0e9d0e416192fb980
Author: apopov <ta...@gmail.com>
Date:   2017-10-05T12:54:01Z

    IGNITE-5224: .NET: PadLeft and PadRight support in LINQ

----


> .NET: PadLeft and PadRight support in LINQ
> ------------------------------------------
>
>                 Key: IGNITE-5224
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5224
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Alexey Popov
>            Priority: Trivial
>              Labels: .NET, LINQ, newbie
>             Fix For: 2.4
>
>
> Add {{String.PadLeft}} and {{String.PadRight}} functions to LINQ, map them to SQL {{LPAD}} and {{RPAD}}. See {{MethodVisitor.cs}}.



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