vertica / vertica-nodejs

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

Use VerticaType enum members instead of literals for type OIDs #52

Closed jonathanl-bq closed 2 years ago

jonathanl-bq commented 2 years ago

This PR changes all usages of literals for type OIDs to using the VerticaType enum. It also removes some unneeded code related to pg-types' default parsers.