[jira] [Commented] (IGNITE-9116) .NET: LINQ: CacheConfiguration.SqlSchema is ignored

2018-08-30 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-9116:


Github user asfgit closed the pull request at:

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


> .NET: LINQ: CacheConfiguration.SqlSchema is ignored
> ---
>
> Key: IGNITE-9116
> URL: https://issues.apache.org/jira/browse/IGNITE-9116
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Affects Versions: 2.5, 2.6
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
> Fix For: 2.7
>
>
> {{CacheConfiguration.SqlSchema}} and {{CacheClientConfiguration.SqlSchema}} 
> are ignored by LINQ provider, schema name is inferred only from cache name.
> See {{ExpressionWalker.GetTableNameWithSchema}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9116) .NET: LINQ: CacheConfiguration.SqlSchema is ignored

2018-08-29 Thread Pavel Tupitsyn (JIRA)


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

Pavel Tupitsyn commented on IGNITE-9116:


Done: https://github.com/apache/ignite/pull/4642

> .NET: LINQ: CacheConfiguration.SqlSchema is ignored
> ---
>
> Key: IGNITE-9116
> URL: https://issues.apache.org/jira/browse/IGNITE-9116
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Affects Versions: 2.5, 2.6
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
> Fix For: 2.7
>
>
> {{CacheConfiguration.SqlSchema}} and {{CacheClientConfiguration.SqlSchema}} 
> are ignored by LINQ provider, schema name is inferred only from cache name.
> See {{ExpressionWalker.GetTableNameWithSchema}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-9116) .NET: LINQ: CacheConfiguration.SqlSchema is ignored

2018-08-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-9116:


GitHub user ptupitsyn opened a pull request:

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

IGNITE-9116 .NET: LINQ: Use CacheConfiguration.SqlSchema when generating SQL



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

$ git pull https://github.com/ptupitsyn/ignite ignite-9116

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

https://github.com/apache/ignite/pull/4642.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 #4642


commit c0638d786dfa17d68ad5e48f041b2188c74132f7
Author: Pavel Tupitsyn 
Date:   2018-08-13T08:42:40Z

Fix LINQ provider SQL schema inferrence

commit 4038a9b2da1f63bc8b27e367b27ccf13727ffac8
Author: Pavel Tupitsyn 
Date:   2018-08-13T08:46:10Z

Add tests

commit 09e6839397aec6700670a533e1d7450f053d3034
Author: Pavel Tupitsyn 
Date:   2018-08-13T10:59:46Z

Fix quoted identifiers handling

commit dd294b871eee0b9257d213d9fe52ac113bda6a77
Author: Pavel Tupitsyn 
Date:   2018-08-13T11:02:42Z

Fix quoted identifiers handling

commit bdd87f22b2ee214159721ccd38933a2a9be284ab
Author: Pavel Tupitsyn 
Date:   2018-08-13T16:55:59Z

Fix quoted identifiers handling

commit 43623d411f0c253f08a691055f4589c8ae39822e
Author: Pavel Tupitsyn 
Date:   2018-08-13T17:04:31Z

Fixing tests

commit fa034fa8f1b298d6eb459065f8b4ab88ec57fced
Author: Pavel Tupitsyn 
Date:   2018-08-13T17:06:26Z

TODOs

commit d60fe10fe89f4d681ade6ac418326e5c1f63ae09
Author: Pavel Tupitsyn 
Date:   2018-08-29T08:55:06Z

NormalizeSchemaName

commit d440cecff1fbdcbd9c6f2d36dfd82cb218119c87
Author: Pavel Tupitsyn 
Date:   2018-08-29T08:59:09Z

NormalizeSchemaName

commit d22c5a71c539d2515db292be9ed0be107e75154f
Author: Pavel Tupitsyn 
Date:   2018-08-29T09:08:27Z

Fixing tests

commit fe7adfbc66b76d320a35e3e8bb43c23a79f6ba59
Author: Pavel Tupitsyn 
Date:   2018-08-29T12:27:44Z

Fixing tests

commit cff6ec094bd3b2446bc98d5f6c575024159c8ee3
Author: Pavel Tupitsyn 
Date:   2018-08-29T12:47:58Z

Fixing tests

commit be910ff16b1a75a9a30c831107a1489b3ed55bb5
Author: Pavel Tupitsyn 
Date:   2018-08-29T12:58:06Z

Fixing tests

commit 432c5d7eae18cb3030aa624cebcea0f81efda046
Author: Pavel Tupitsyn 
Date:   2018-08-29T13:08:03Z

Merge remote-tracking branch 'origin/master' into ignite-9116




> .NET: LINQ: CacheConfiguration.SqlSchema is ignored
> ---
>
> Key: IGNITE-9116
> URL: https://issues.apache.org/jira/browse/IGNITE-9116
> Project: Ignite
>  Issue Type: Improvement
>  Components: platforms
>Affects Versions: 2.5, 2.6
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
>Priority: Major
>  Labels: .NET
> Fix For: 2.7
>
>
> {{CacheConfiguration.SqlSchema}} and {{CacheClientConfiguration.SqlSchema}} 
> are ignored by LINQ provider, schema name is inferred only from cache name.
> See {{ExpressionWalker.GetTableNameWithSchema}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)