when procssing errors occur in engine/default.py, wrap the exception and log the statement/params for the user

Issue #2015 resolved
Mike Bayer repo owner created an issue

i.e. problems with bind params.

Comments (3)

  1. Mike Bayer reporter

    break DBAPIError out to subclass StatementError, move the statement/parameters arguments onto StatementError.

  2. Log in to comment