You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2018/10/25 15:07:00 UTC

[jira] [Created] (IGNITE-10009) ODBC: SQLColumns does not work for tables with escape sequences in name

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)