diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-04-18 09:40:03 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-07-06 16:15:39 -0400 |
| commit | 6c96142a359ca86e53e265b35dcc1ea6ada75161 (patch) | |
| tree | 3e42b493bedba362612f46737a18c54f4e4ade11 | |
| parent | b368c49b44c5716d93c7428ab22b6761c6ca7cf5 (diff) | |
| download | sqlalchemy-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.rst | 6 |
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. |
