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 for copy local from file #128

Closed DMickens closed 7 months ago

DMickens commented 8 months ago

Added backend message parsers and frontend message serializers for all copy messages Added getRejectedRows() returning a private variable that is otherwise hidden from normal logging of a result object Added 64bit little-endian parser required for copy protocol messages Added handlers for all backend messages received, not all have actions associated with them for copy from local file Removed postgres replication protocol message (should have been removed awhile ago, but isn't hurting anything) Fixed ND test failure in query-tests.js Added test cases for copy from local file Other general refactoring

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.