diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-31 11:52:31 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-31 11:52:31 -0400 |
| commit | 2cd1a43778d4dca0846d2e50fc5934e6f5ac3738 (patch) | |
| tree | f6dbd4833ac7497c2ca6a61488b473cc730384f8 /doc | |
| parent | 1cc6494802b1a605f3966449079e7c4467eddce5 (diff) | |
| download | sqlalchemy-2cd1a43778d4dca0846d2e50fc5934e6f5ac3738.tar.gz | |
Fixed a regression caused by [ticket:2682] whereby the
evaluation invoked by :meth:`.Query.update` and :meth:`.Query.delete`
would hit upon unsupported ``True`` and ``False`` symbols
which now appear due to the usage of ``IS``.
[ticket:2737]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index acf4ea670..67824b8e1 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,15 @@ :version: 0.8.2 .. change:: + :tags: bug, orm + :tickets: 2737 + + Fixed a regression caused by :ticket:`2682` whereby the + evaluation invoked by :meth:`.Query.update` and :meth:`.Query.delete` + would hit upon unsupported ``True`` and ``False`` symbols + which now appear due to the usage of ``IS``. + + .. change:: :tags: bug, postgresql :tickets: 2735 |
