[
https://issues.apache.org/jira/browse/IGNITE-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192843#comment-16192843
]
Pavel Tupitsyn edited comment on IGNITE-5224 at 10/5/17 1:09 PM:
-----------------------------------------------------------------
1. Added methods with one and two parameters: {{PadLeft( x )}}, {{PadLeft(x,
y)}} and {{PadRight(x)}}, {{PadRight(x, y)}}
2. Added test code to CacheLinqTest.TestStrings()
Tested locally with NUnit
was (Author: alexey.tank2):
1. Added methods with one and two parameters: {{PadLeft(x)}}, {{PadLeft(x, y)}}
and {{PadRight(x)}}, {{PadRight(x, y)}}
2. Added test code to CacheLinqTest.TestStrings()
Tested locally with NUnit
> .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)