#1727 rfe: discriminate dbapi errors
Opened 2 years ago by mikem. Modified 2 years ago

sqlalchemy no longer provides the dbapi_error event, instead sending those to the handle_error event. In #1726, we worked around this by simply dropping our dbapi_error handler for version > 0.9. However, this means we're lumping our dbapi errors together with other errors.

While this is probably not a big deal, it might be feasible to discriminate these errors and preserve the original distinction for error counts.


Login to comment on this ticket.

Metadata