summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/events.py')
-rw-r--r--lib/sqlalchemy/events.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py
index e68e4e851..289437e05 100644
--- a/lib/sqlalchemy/events.py
+++ b/lib/sqlalchemy/events.py
@@ -799,8 +799,10 @@ class ConnectionEvents(event.Events):
:param exception: The **unwrapped** exception emitted directly from the
DBAPI. The class here is specific to the DBAPI module in use.
- .. deprecated:: 0.9.7 - replaced by
- :meth:`.ConnectionEvents.handle_error`
+ .. deprecated:: 0.9 - The :meth:`.ConnectionEvents.dbapi_error`
+ event is deprecated and will be removed in a future release.
+ Please refer to the :meth:`.ConnectionEvents.handle_error`
+ event.
"""