Description
Table names with escaped underscore '_' or percent '%' characters is not recognized by the ODBC driver. I.e. the following table pattern:
TEST\_TABLE
Should match the following table:
TEST_TABLE
But currently it does not. Needs to be fixed.
Attachments
Issue Links
- breaks
-
IGNITE-18993 ODBC: Regression. Missed handling of single quotes
- Resolved
- is related to
-
IGNITE-10874 JDBC thin driver metadata misses caches with queryEntities and names containing underscores
- Resolved
- links to