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

Support client_os_hostname #122

Closed scherepanov closed 1 year ago

scherepanov commented 1 year ago

Vertica released v 12.0.4, with client protocol v 3.14. In this protocol version, Vertica support new field - client_os_hostname. It is reported in user_sessions and sessions. Please add support for Vertica protocol v 3.14, and add client_os_hostname. this should be populated by hostname as reported by os. socket.gethostname() analog in Javascript would do.

DMickens commented 1 year ago

We plan to add support for this in the next patch release