summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-01-20 11:37:13 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-01-20 11:42:02 -0500
commitc3d898e8d06c7e549bb273fc8654f5d24fab2204 (patch)
tree3b8999b9458fe59804a4a6985694fd9c077bc189 /doc
parent4032aaf097a9268bc331e4b4815d77b19ba3febb (diff)
downloadsqlalchemy-c3d898e8d06c7e549bb273fc8654f5d24fab2204.tar.gz
- Added new user-space accessors for viewing transaction isolation
levels; :meth:`.Connection.get_isolation_level`, :attr:`.Connection.default_isolation_level`. - enhance documentation inter-linkage between new accessors, existing isolation_level parameters, as well as in the dialect-level methods which should be fully covered by Engine/Connection level APIs now.
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index d9cbd5032..b1ec9cbec 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -15,6 +15,14 @@
:version: 0.9.9
.. change::
+ :tags: feature, engine
+ :versions: 1.0.0
+
+ Added new user-space accessors for viewing transaction isolation
+ levels; :meth:`.Connection.get_isolation_level`,
+ :attr:`.Connection.default_isolation_level`.
+
+ .. change::
:tags: bug, postgresql
:versions: 1.0.0
:tickets: 3174