[
https://issues.apache.org/jira/browse/IGNITE-10009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663870#comment-16663870
]
ASF GitHub Bot commented on IGNITE-10009:
-----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/5080
IGNITE-10009: ODBC fix for escaped table names
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10009
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5080.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 #5080
----
commit 7b7dccc26aa0ab308c873df4a28e533ecb3357fe
Author: Igor Sapego <isapego@...>
Date: 2018-10-25T15:10:57Z
IGNITE-10009: ODBC fix for escaped table names
----
> 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
> Priority: Major
> Labels: odbc
> 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)