summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-07-01 12:44:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-07-01 12:44:47 -0400
commit5c60aaefd32a7bdee611fb340911409e0b8223ed (patch)
treeb5d13754a0c420db26eaf343a71d4d2ef946de61 /doc
parent0e4469150acae9374aec5dff66ca996683c7c744 (diff)
downloadsqlalchemy-5c60aaefd32a7bdee611fb340911409e0b8223ed.tar.gz
Preserve type for math negation
Fixed issue in SQL math negation operator where the type of the expression would no longer be the numeric type of the original. This would cause issues where the type determined result set behaviors. Change-Id: If0e339614a3686e251235fc94b6f59310c4630a5 Fixes: #3735
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index defee6d06..8a6b6b370 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -20,6 +20,15 @@
.. change::
:tags: bug, sql
+ :tickets: 3735
+
+ Fixed issue in SQL math negation operator where the type of the
+ expression would no longer be the numeric type of the original.
+ This would cause issues where the type determined result set
+ behaviors.
+
+ .. change::
+ :tags: bug, sql
:tickets: 3728
Fixed bug whereby the ``__getstate__`` / ``__setstate__``