summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-04-18 09:40:03 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-07-06 16:15:39 -0400
commit6c96142a359ca86e53e265b35dcc1ea6ada75161 (patch)
tree3e42b493bedba362612f46737a18c54f4e4ade11
parentb368c49b44c5716d93c7428ab22b6761c6ca7cf5 (diff)
downloadsqlalchemy-6c96142a359ca86e53e265b35dcc1ea6ada75161.tar.gz
negate True/False separately from other elements
Fixed issue where double negation of a boolean column wouldn't reset the "NOT" operator. Fixes: #4618 Change-Id: Ica280a0d6b5b0870aa2d05c4d059a1e559e6b12a
-rw-r--r--doc/build/changelog/unreleased_13/4618.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4618.rst b/doc/build/changelog/unreleased_13/4618.rst
new file mode 100644
index 000000000..a9597fb6d
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4618.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, sql
+ :tickets: 4618
+
+ Fixed issue where double negation of a boolean column wouldn't reset
+ the "NOT" operator.