Igor Sapego created IGNITE-10009:
------------------------------------
Summary: ODBC: SQLColumns does not work for tables with escape sequences in name
Key: IGNITE-10009
URL:
https://issues.apache.org/jira/browse/IGNITE-10009 Project: Ignite
Issue Type: Bug
Components: odbc
Affects Versions: 2.6
Reporter: Igor Sapego
Assignee: Igor Sapego
Fix For: 2.8
Table names with escaped underscore '\_' or percent '\%' characters is not recognized by the ODBC driver. I.e. the following table pattern:
{noformat}
TEST\_TABLE
{noformat}
Should match the following table:
{noformat}
TEST_TABLE
{noformat}
But currently it does not. Needs to be fixed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)