[
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)