You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/07/23 10:05:08 UTC

[GitHub] [calcite-avatica-go] trusch opened a new pull request #43: add Connector implementation

trusch opened a new pull request #43: add Connector implementation
URL: https://github.com/apache/calcite-avatica-go/pull/43
 
 
   **What**
   
   * adds an implementation for `driver.Connector` to the project.
   * allows passing in arbitary infos and headers to do all kinds of auth stuff
   
   **Why**
   
   * we want to use that driver to connect to an endpoint behind an auth proxy and need to add some headers.
   * Now its possible to attach other infos than the default ones to the connection to make it possible for a wrapping layer around to act accordingly 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services