exec() with no callback throws TypeError: undefined is not a function #49
Labels
Comments
tgriesser
added a commit
that referenced
this issue
Aug 26, 2013
I'm not sure that you'd want to call either of those without a handler, but fair enough, should be fixed. |
My main point is that behavior should be consistent. Either |
Yeah, that's a good point - consistency is important, and since the promise A+ spec defines the |
elliotf
pushed a commit
to elliotf/knex
that referenced
this issue
Nov 24, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following simple queries:
Query 1 succeeds, but then throws:
Query 2 succeeds with no error.
The text was updated successfully, but these errors were encountered: