Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Releases: IBM/trino-db2

supports the feature extra credentials

12 Nov 21:16
d98240e
Compare
Choose a tag to compare

it starts to support the idea of extra credentials where it allows prestosql client user to provide DB2 username and password as extra credentials that are passed directly to the backend DB2 server when running a Presto query.

  1. configure this for the DB2 connector catalog properties file:
user-credential-name=db2_user
password-credential-name=db2_password
  1. passing credentials directly to DB2 server: $ presto --extra-credential db2_user=user1 --extra-credential db2_password=secret

first release after switching to prestosql.io

28 Mar 15:34
56c3aa9
Compare
Choose a tag to compare

0.215

21 Mar 19:07
Compare
Choose a tag to compare
Upgrades to Presto 0.215

0.193

28 Dec 22:05
Compare
Choose a tag to compare
First release 0.193