trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.31k stars 2.97k forks source link

Add JDBC type mapping and metadata cache section #7825

Closed mosabua closed 3 years ago

mosabua commented 3 years ago

The SQL server connector docs now has the fragment imported at https://trino.io/docs/current/connector/sqlserver.html#jdbc-type-mapping-and-metadata-cache

The same import applies to numerous other connectors. We need to add this to all connectors that support it in a Type mapping section.

mosabua commented 3 years ago

For starters @electrum @martint and @findepi can you maybe chime in here which connectors support this specifically. I assume pretty much all JDBC connectors so:

Is this correct? Are there others?