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

Upgrade CI server version to 23.4 #127

Closed sitingren closed 11 months ago

sitingren commented 11 months ago

Server behavior change for establishing connection with non-exist user in v23.4. After the client sends protocol message Startup to the server, it receives AuthenticationMD5Password message (previously AuthenticationCleartextPassword message) from the server. Protocol message AuthenticationMD5Password is not properly handled by nodejs client, fixed it in this PR.