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

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.


This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/mbs/issues/1727

Please continue any further discussion there.

Metadata