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
sendQueryParams broken in HEAD #18
Comments
|
Staring at the code side by side; it might be the 3rd parameter to It also appears that the NULL check at https://github.com/mbalmer/luapgsql/blob/9ce83ea9ee1502a377125fba96cc03466f5044ba/luapgsql.c#L744 should be removed? |
|
Can you recheck now that I fixed a blocking issue? |
|
The NULL check is there in case calloc fauils (OOM) |
Yes, I figured the lack of it in |
|
In any case, d592d3f fixes the main issue reported here. Thanks @geoffleyland |
|
Am 18.02.15 um 17:40 schrieb daurnimator:
fixed. |
Thanks! |
The text was updated successfully, but these errors were encountered: