brianc / node-pg-cursor

Query cursor extension for node-postgres
78 stars 30 forks source link

Fix for pg@7.x #57

Closed brianc closed 5 years ago

brianc commented 5 years ago

I needed to update this lib to support 7.x in the tests by passing types (if supplied) into the connection. I updated lint rules and config to be a bit closer to my current workflow as well. This closes #54 and #50 as well. Updating lint resulted in a lot of changes; I tried to introduce no other functional changes here (other than fixing the issue w/ custom types and 7.x)

I also updated travis config to test against newer versions of node as I'm going to drop support for older versions eventually, and they're outside the lts support window.