-
Notifications
You must be signed in to change notification settings - Fork 208
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
Deprecated warning in emysql.hrl #140
Comments
Indeed, but this is only present in Erlang 17.0+ and it will break on R16B03 and earlier if we fix it. The warning is benign until we hit 18.0, so right now I am for waiting a bit. See also this if you want to patch it: http://erlang.org/pipermail/erlang-questions/2014-March/078081.html which is a result of a discussion I started because of the troubles these changes will create. |
Aaaaand I ran into it with Erlang 18. Any plans to fix this? |
Yes and no. If you provide a PR, someone may help you pull it in. I decided to leave maintenance of this project about 9 months ago, and there is not much activity on it directly. Perhaps development has moved to another place. If you find such a place, get back to me so I can start sending people in the right direction. |
Try Inaka's fork: https://github.com/inaka/Emysql Worked for me. |
I'm getting the following error when including the emysql.hrl file. However it compiles and works fine.
The text was updated successfully, but these errors were encountered: