wvanbergen / node-vertica

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

"multi-queries" error is not caught #54

Closed JakeHedman closed 8 years ago

JakeHedman commented 8 years ago

Error: Uncaught exception: Error: Cannot handle multi-queries with a callback! To reproduce: delete from foo; delete from foo;

This error should be in a callback so we can catch it.

wvanbergen commented 8 years ago

I think this is a good idea, but it's unlikely that I will work on this any time soon. PRs are welcome though.

JakeHedman commented 8 years ago

@wvanbergen: PR #55 submitted

JakeHedman commented 8 years ago

@wvanbergen: Is a new release planned now that #55 is merged?

wvanbergen commented 8 years ago

Let me see if I still know how to do that :)

wvanbergen commented 8 years ago

@spillevink Looks like I don't have a working node setup anymore. If you want to, I can add you as a collaborator, and let you do the release yourself.

JakeHedman commented 8 years ago

That would be great, thank you!

wvanbergen commented 8 years ago

What is your npm username?

JakeHedman commented 8 years ago

jts

wvanbergen commented 8 years ago

Added!

JakeHedman commented 8 years ago

Thank you!