You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/05/29 09:07:04 UTC

[jira] [Comment Edited] (IGNITE-5315) .NET: Failing query tests due to IGNITE-5287 (sqlEscapeAll)

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

Pavel Tupitsyn edited comment on IGNITE-5315 at 5/29/17 9:06 AM:
-----------------------------------------------------------------

1) {{CacheConfigurationTest}} is broken because even though user has not specified `QueryEntity.TableName`, some value is returned always (inferred from type name). I think this is not a correct behavior.

2) {{LinqTest}} is broken due to the same thing: table name is not expected.

We should also take {{CacheConfiguration.SqlEscapeAll}} into account in LINQ engine (add tests).


was (Author: ptupitsyn):
1) {{CacheConfigurationTest}} is broken because even though user has not specified `QueryEntity.TableName`, some value is returned always (inferred from type name). I think this is not a correct behavior.

2) {{LinqTest}} is broken due to table name uppercasing. We should take {{CacheConfiguration.SqlEscapeAll}} into account in LINQ engine.

> .NET: Failing query tests due to IGNITE-5287 (sqlEscapeAll)
> -----------------------------------------------------------
>
>                 Key: IGNITE-5315
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5315
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms, sql
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel Tupitsyn
>             Fix For: 2.1
>
>
> Changes introduced in IGNITE-5287 caused multiple failures in .NET suites. Need to investigate why and fix.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)