vertica / vertica-nodejs

Official native node.js client for the Vertica Analytics Database.
https://www.vertica.com/
Apache License 2.0
12 stars 14 forks source link

Added workload and client_os_hostname connection parameters #124

Closed DMickens closed 1 year ago

DMickens commented 1 year ago

This PR contains addition of client_os_hostname, which is determined by the driver with the os package, and workload which is a user supplied connection property. Both are sent on the startup request message. Logging a separate issue for updating documentation to describe all individual connection parameters and their valid values