summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-05-23 12:59:53 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-05-23 12:59:53 -0400
commit2eaae08f4845460f27c7bb96f5b26d31f35b0e77 (patch)
tree5419ae3ad446c066bb9b54f8b0643bc4335f7f00 /doc
parentcfb0f9ca14f82c9ba06c4d5cbc992f821eb2234e (diff)
downloadsqlalchemy-2eaae08f4845460f27c7bb96f5b26d31f35b0e77.tar.gz
Fixed a bug where the routine to detect the correct kwargs
being sent to :func:`.create_engine` would fail in some cases, such as with the Sybase dialect. [ticket:2732]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 9a09f1045..fbc79b108 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,14 @@
:version: 0.8.2
.. change::
+ :tags: bug, engine, sybase
+ :tickets: 2732
+
+ Fixed a bug where the routine to detect the correct kwargs
+ being sent to :func:`.create_engine` would fail in some cases,
+ such as with the Sybase dialect.
+
+ .. change::
:tags: bug, orm
:tickets: 2481