Skip to content

SQL: correctness of SYS TABLES/COLUMNS results #29862

@elasticmachine

Description

@elasticmachine

Original comment by @costin:

The two major meta calls in JDBC and ODBC for discovery are get tables and get columns.
The latter in particular tends to be important as it describes a column type and properties through 18 fields in LINK REDACTED) and 24 in LINK REDACTED.

While JDBC ignores most of them, ODBC does not. This issue is about checking that the values returns properly describe the types and obey the ODBC spec - for example fields like SQL_DATETIME_SUB are not returned properly.
This ties also into type info (LINK REDACTED and LINK REDACTED).

P.S. This issue is not urgent - rather acts as a reminder.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions