This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Populate fields for DESCRIBE queries #304
Labels
BI integration
Issues for integration with BI tools
duplicate
This issue or pull request already exists
enhancement
New feature or request
Currently,
DESCRIBE TABLES LIKE <table(s)> COLUMNS LIKE <column(s)>
only returns basic/default metadata for columns (catalog name, table name, column name, and the name of the column's type ). If possible, we would like to see more information populated by this query, so we can have one source of truth for this column metadata, rather than having to maintain and synchronize it across implementations using it (like the Open Distro JDBC driver)Details for these metadata columns can be found here: https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlcolumns-function?view=sql-server-ver15#comments
The text was updated successfully, but these errors were encountered: