summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-16 13:57:46 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-16 13:57:46 -0400
commit589f205d53f031ceb297af760f2acfc777a5bc5d (patch)
tree5fab5e705e30e96612c2de68d74e2d57abced6db /doc
parent948986ad5976b2166a911c41d54d76a12805bd16 (diff)
downloadsqlalchemy-589f205d53f031ceb297af760f2acfc777a5bc5d.tar.gz
- changelog for pullreq github:125
- add pg8000 version detection for the "sane multi rowcount" feature
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 0f92fb254..b6eec2e9d 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -14,6 +14,16 @@
:version: 0.9.8
.. change::
+ :tags: feature, postgresql, pg8000
+ :versions: 1.0.0
+ :pullreq: github:125
+
+ Support is added for "sane multi row count" with the pg8000 driver,
+ which applies mostly to when using versioning with the ORM.
+ The feature is version-detected based on pg8000 1.9.14 or greater
+ in use. Pull request courtesy Tony Locke.
+
+ .. change::
:tags: bug, engine
:versions: 1.0.0
:tickets: 3165