diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-24 17:28:19 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-24 17:28:19 -0400 |
commit | c71c7444ecf428b8286ba3042fa3e1fe9c581ba1 (patch) | |
tree | 8c4f29619ccde61cdc166044312ffab058769cc9 | |
parent | f9275198c304ce0603594350b1e60fe753e80673 (diff) | |
download | sqlalchemy-c71c7444ecf428b8286ba3042fa3e1fe9c581ba1.tar.gz |
- add a note about that resolution
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 5c98accef..ec1856346 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -341,6 +341,9 @@ GROUP BY expressions. The flag is also turned off defensively for the Firebird and Sybase dialects. + .. note:: this resolution was incorrect, please see version 1.0.2 + for a rework of this resolution. + .. change:: :tags: feature, schema :tickets: 3341 |