[
https://issues.apache.org/jira/browse/IGNITE-7189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289624#comment-16289624
]
ASF GitHub Bot commented on IGNITE-7189:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/3223
IGNITE-7189: Fixed ODBC table names in metadata
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7189
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3223.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 #3223
----
commit c0df7f244f453371e6d38284c3c486e8b1aa217d
Author: Igor Sapego <[email protected]>
Date: 2017-12-13T15:26:02Z
IGNITE-7189: Fixed
commit 57c2d0bd662ef770165a54ba9a7cff3b55530187
Author: Igor Sapego <[email protected]>
Date: 2017-12-13T17:49:56Z
IGNITE-7189: Added tests
----
> ODBC: ODBC return weird names for tables created with DDL
> ---------------------------------------------------------
>
> Key: IGNITE-7189
> URL: https://issues.apache.org/jira/browse/IGNITE-7189
> Project: Ignite
> Issue Type: Bug
> Components: odbc
> Affects Versions: 2.3
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Fix For: 2.4
>
>
> If the table has been created by the {{CREATE TABLE}} statement, and then its
> metadata requested, returned names for tables are looking like the following:
> {{SQL_PUBLIC_TABLE_NAME_00112233_4455_6677_8899_aabbccddeeff}}
> Insetead of:
> {{TABLE_NAME}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)