-
Notifications
You must be signed in to change notification settings - Fork 63
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
stackoverflow on adddriver
error
#270
Comments
Try this PR: #271 |
Great, this fixes the stack overflow, thanks. Now I'm really confused as to what's happening, I get As a sanity check, I've also checked exactly the string I pass to |
Ok, some things to check/think about/try:
|
In this particular case I'm on an EC2 server with Ubuntuu
Here's what happens when I try to add an MS SQL lib
Note that I'm currently using this same lib successfully in ODBC (with ODBC.jl 0.9.1) from Here's another attempt with a FreeTDS driver
Since it seems this is being passed to the C API, the only thing I can think of is that maybe the string is being mangled somehow? |
Stack overflow issue, resolved, will create separate issue for tracking permissions thing. |
This is happening on current master. Something is going wrong when I add drivers, but I can't see what it is because of a stackoverflow
The text was updated successfully, but these errors were encountered: