-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cannot list iODBC drivers: Buffer must contain terminating zero #502
Comments
This is a Bug in Nothing |
Thank you for looking into it. I didn't find an existing issue so I created a new one openlink/iODBC#98. |
thanks |
Getting
Buffer must contain terminating zero.
when trying to list drivers with the iodbc feature flag enabled on mac.Minimal repro:
Step 1: enable the iodbc feature:
Step 2: run this code:
You'll get this error
Some background: I'm trying to get iodbc to work on my mac because we need to connect to snowflake, which doesn't support unixodbc on mac. So downstream, I'm enabling the iodbc feature flag on. Would be very helpful to list out the drivers.
The text was updated successfully, but these errors were encountered: