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 Konstantinov (JIRA)" <ji...@apache.org> on 2016/09/21 07:35:20 UTC

[jira] [Commented] (IGNITE-3436) Caches: make SQL schema tooltip more informative, add example.

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

Pavel Konstantinov commented on IGNITE-3436:
--------------------------------------------

I suggest the following tooltip text:
{code}
Using of schema name makes ignite SQL queries like a native ANSI SQL.
Query example without schema name:
select .... from "cache1".Type1 
inner join "cache2".Type2 ...
The same query using schema name:
select .... from cache1.Type1 
inner join cache2.Type2 ...
{code}

> Caches: make SQL schema tooltip more informative, add example.
> --------------------------------------------------------------
>
>                 Key: IGNITE-3436
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3436
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>    Affects Versions: 1.6
>            Reporter: Alexey Kuznetsov
>            Assignee: Pavel Konstantinov
>             Fix For: 1.8
>
>
> For now it is not clear why we need this field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)