summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-04-30 17:35:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-04-30 17:43:53 -0400
commitd26c18bd9dcb78fb2689c47f127cced687af4d35 (patch)
tree7448ed6552fb73068a105d4e6a1a2d485e24051d /lib/sqlalchemy/engine
parent2d64bd39ea2ce79cc28a7b42ca5d57f68636c729 (diff)
downloadsqlalchemy-ticket_3355.tar.gz
- new features will be in 1.0.3ticket_3355
Diffstat (limited to 'lib/sqlalchemy/engine')
-rw-r--r--lib/sqlalchemy/engine/interfaces.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/engine/interfaces.py b/lib/sqlalchemy/engine/interfaces.py
index ee04a6974..2dd192162 100644
--- a/lib/sqlalchemy/engine/interfaces.py
+++ b/lib/sqlalchemy/engine/interfaces.py
@@ -744,7 +744,7 @@ class Dialect(object):
By default this just returns the cls.
- .. versionadded:: 1.0.1
+ .. versionadded:: 1.0.3
"""
return cls
@@ -763,7 +763,7 @@ class Dialect(object):
events to the engine or its components. In particular, it allows
a dialect-wrapping class to apply dialect-level events.
- .. versionadded:: 1.0.1
+ .. versionadded:: 1.0.3
"""
pass
@@ -1135,6 +1135,6 @@ class ExceptionContext(object):
the invalidation of other connections in the pool is to be performed
based on other conditions, or even on a per-connection basis.
- .. versionadded:: 1.0.1
+ .. versionadded:: 1.0.3
""" \ No newline at end of file