diff options
Diffstat (limited to 'lib/sqlalchemy/engine/base.py')
| -rw-r--r-- | lib/sqlalchemy/engine/base.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index def2c0b93..1d2fb7a46 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -484,8 +484,6 @@ class Connection(ConnectionEventsTarget, inspection.Inspectable["Inspector"]): are compiled into strings; the resulting schema name will be converted based on presence in the map of the original name. - .. versionadded:: 1.1 - .. seealso:: :ref:`schema_translating` @@ -598,8 +596,6 @@ class Connection(ConnectionEventsTarget, inspection.Inspectable["Inspector"]): which returns the dialect-level setting without performing a SQL query. - .. versionadded:: 0.9.9 - .. seealso:: :attr:`_engine.Connection.default_isolation_level` @@ -636,8 +632,6 @@ class Connection(ConnectionEventsTarget, inspection.Inspectable["Inspector"]): ahead of time from the first connection procured by the dialect, so SQL query is not invoked when this accessor is called. - .. versionadded:: 0.9.9 - .. seealso:: :meth:`_engine.Connection.get_isolation_level` |
