GitHub user xwq opened a pull request:
https://github.com/apache/incubator-trafodion/pull/513
[TRAFODION-1684]ODBC:preliminary support SQLStatistics
[TRAFODION-1684]ODBC: trafodion doesn't support API SQLStatistics.
It's preliminary implementation for ODBC API SQLStatistics. Now, it
will ignore the parameter "Unique".
SQLStatistics returns information as a standard result set.
TABLE_CAT # support
TABLE_SCHEM # support
TABLE_NAME # support
NON_UNIQUE # support
INDEX_QUALIFIER # not support
INDEX_NAME # not support
TYPE # not support
ORDINAL_POSITION # support
ASC_OR_DESC # not support
CARDINALITY # support
PAGES # not support
FILTER_CONDITION # not support
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xwq/incubator-trafodion master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/513.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 #513
----
commit e1a612ee2ad2d9ae9c45386c44180a4a74f63d7f
Author: Weiqing Xu <[email protected]>
Date: 2016-06-01T06:42:03Z
[TRAFODION-1684]ODBC:preliminary support SQLStatistics
[TRAFODION-1684]ODBC: trafodion doesn't support API SQLStatistics.
It's preliminary implementation for ODBC API SQLStatistics. Now, it
will ignore the parameter "Unique".
SQLStatistics returns information as a standard result set.
TABLE_CAT # support
TABLE_SCHEM # support
TABLE_NAME # support
NON_UNIQUE # support
INDEX_QUALIFIER # not support
INDEX_NAME # not support
TYPE # not support
ORDINAL_POSITION # support
ASC_OR_DESC # not support
CARDINALITY # support
PAGES # not support
FILTER_CONDITION # not support
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---