[
https://issues.apache.org/jira/browse/IGNITE-10784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16747938#comment-16747938
]
Pavel Kuznetsov commented on IGNITE-10784:
------------------------------------------
[~vozerov]
1) After sanity testing, I still don't see in what cases name case sensitivity
is broken for the {{GridQueryTypeDescriptor}}
2) Ok, I've moved ke/val alias logic to {{GridH2Table}} (because we can't
access grid h2 table from row desctiptor's constructor, table is set later) and
I use {{columns[keyAliasIdx]}}
So, please see my changes committed
(https://github.com/apache/ignite/pull/5749/commits/a61d50ede9d8b619962586b76192e31e19583b14)
> SQL: Create a view with list of existing tables
> -----------------------------------------------
>
> Key: IGNITE-10784
> URL: https://issues.apache.org/jira/browse/IGNITE-10784
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Vladimir Ozerov
> Assignee: Pavel Kuznetsov
> Priority: Major
> Fix For: 2.8
>
>
> We need to create a system view of currently available SQL tables.
> Minimal required information:
> 1) Schema name
> 2) Table name
> 3) Owning cache name
> 4) Owning cache ID
> Other info to consider:
> 1) Affinity column name
> 2) Key/value aliases
> 3) Key/value type names
> 4) Analyse other vendors (e.g. MySQL, Postgresql) and see if any other useful
> information could be exposed (taking in count that a lot of engine properties
> are already exposed through {{CACHES}} view)
> Starting point: {{SqlSystemView}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)