Closed MathMagique closed 7 years ago
This should no longer be an issue since pybind11 has better exception handling than boost::python, compare http://pybind11.readthedocs.io/en/master/advanced/exceptions.html
This is caused by unhandled exceptions in C++ destructors.
When connections are lost, the Python process terminates with the following error message:
It seems that the
cpp_odbc::error
is not translated to aturbodbc::error
that would be known to the Python interpreter.