diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-04 13:18:00 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-04 13:18:00 -0400 |
| commit | f390639bf1a7a5a2a47bcd6df7106cf5855a44c1 (patch) | |
| tree | c907a2683dfa4e8ad05be2ad2730cabe8a031743 /doc | |
| parent | 82f5ff7938d002a3cd67d43af04f77ce3daa8b71 (diff) | |
| download | sqlalchemy-f390639bf1a7a5a2a47bcd6df7106cf5855a44c1.tar.gz | |
Fixed bug where :class:`.QueuePool` would lose the correct
checked out count if an existing pooled connection failed to reconnect
after an invalidate or recycle event. Also in 0.8.3.
[ticket:2772]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 11 | ||||
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 1d52a994d..04c7f1f31 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -4,6 +4,17 @@ ============== .. changelog:: + :version: 0.8.3 + + .. change:: + :tags: bug, engine, pool + :tickets: 2772 + + Fixed bug where :class:`.QueuePool` would lose the correct + checked out count if an existing pooled connection failed to reconnect + after an invalidate or recycle event. + +.. changelog:: :version: 0.8.2 :released: July 3, 2013 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 2b33a5cb1..c2abc2504 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -7,6 +7,14 @@ :version: 0.9.0 .. change:: + :tags: bug, engine, pool + :tickets: 2772 + + Fixed bug where :class:`.QueuePool` would lose the correct + checked out count if an existing pooled connection failed to reconnect + after an invalidate or recycle event. Also in 0.8.3. + + .. change:: :tags: bug, mysql :tickets: 2768 |
