summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-05-25 11:32:07 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-05-25 11:32:36 -0400
commitd91da90d96f8f1afabc5225445a24a01867bade2 (patch)
treefc469e32ea2f938004e687cf9537f0ace6e950e5 /doc
parent9f5fe59107f3d67cb3453f7921256123e109842b (diff)
downloadsqlalchemy-d91da90d96f8f1afabc5225445a24a01867bade2.tar.gz
- Fixed bug in SQLite join rewriting where anonymized column names
due to repeats would not correctly be rewritten in subqueries. This would affect SELECT queries with any kind of subquery + join. fixes #3057
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 60ab05d12..ecebfeab5 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -15,6 +15,15 @@
:version: 0.9.5
.. change::
+ :tags: bug, orm
+ :tickets: 3057
+ :versions: 1.0.0
+
+ Fixed bug in SQLite join rewriting where anonymized column names
+ due to repeats would not correctly be rewritten in subqueries.
+ This would affect SELECT queries with any kind of subquery + join.
+
+ .. change::
:tags: bug, sql
:tickets: 3012
:versions: 1.0.0