Skip to content
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

Add bindings for mysql_{library,thread}_{init,end} functions #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2014

  1. Refactor error handling functions in _mysql.c

    This extracts _mysql_SetError and _mysql_SetErrorString functions from _mysql_Exception,
    making the code a bit less repetetive and allowing them to be used later to raise other
    types of exceptions.
    Walter Mundt committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    59e8c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae3695 View commit details
    Browse the repository at this point in the history