-
Notifications
You must be signed in to change notification settings - Fork 6
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
mysql.nim fetch_field get wrong field type #7
Comments
What's your DLL version and architecture(32 bit or 64 bit) on both platforms? |
Windows C use 32 bit DLL "mysql-connector-c-6.1.11-win32" download from "https://downloads.mysql.com/archives/c-c/"
Windows nim use 64 bit DLL "mysql-connector-c-6.1.11-winx64" download from "https://downloads.mysql.com/archives/c-c/"
macOS nim use "mysql-connector-c-6.1.11-macos10.12-x86_64" download from "https://downloads.mysql.com/archives/c-c/" |
Example
Current Output
Expected Output
Additional Information
I tested macos, no problem.
The text was updated successfully, but these errors were encountered: