wvanbergen / node-vertica

Pure javascript Vertica database client. Except it is written in CoffeeScript.
MIT License
44 stars 30 forks source link

Support non stdin streams for copy #22

Closed alexjikim closed 11 years ago

alexjikim commented 11 years ago

Adds support for using streams (added in node 0.10) to copy handler.

http://nodejs.org/api/stream.html

wvanbergen commented 11 years ago

Thanks!

alexjikim commented 11 years ago

no problem. any chance i could get a version bump, so i can properly link my project via npm?

wvanbergen commented 11 years ago

Done: 0.4.2.

alexjikim commented 11 years ago

much thanks