Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird error with wrongly given bind arguments. #14

Closed
acautin opened this issue Mar 13, 2017 · 1 comment · Fixed by #15
Closed

weird error with wrongly given bind arguments. #14

acautin opened this issue Mar 13, 2017 · 1 comment · Fixed by #15
Assignees

Comments

@acautin
Copy link
Contributor

acautin commented Mar 13, 2017

I got this issue when made a mistake on the bind arguments giving one extra

(sbsgui@127.0.0.1)3> {erlocipool_worker,192,handle_cast(kill),<0.1729.0>} error {badmatch,close}
[{erlocipool_worker,handle_cast,2,
                    [{file,"src/erlocipool_worker.erl"},{line,189}]},
 {gen_server,try_dispatch,4,[{file,"gen_server.erl"},{line,615}]},
 {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,681}]},
 {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]
{erlocipool_worker,192,handle_cast(kill),<0.1729.0>} error {badmatch,close
@acautin
Copy link
Contributor Author

acautin commented Mar 13, 2017

problem seems to be related to out variable bindings instead of wrong number of arguments.
was trying to get a ref cursor {<<":SQLT_OUT_CURSOR">>, out,'SQLT_RSET'}

shamis added a commit that referenced this issue Mar 13, 2017
@c-bik c-bik closed this as completed in #15 Mar 13, 2017
c-bik pushed a commit that referenced this issue Mar 13, 2017
* killing session properly #14

* response of ping compared with pong

* Creating a session in the pool when killing a session

* Not creating session on normal error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants