diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-04-03 15:35:00 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-04-03 15:36:48 -0400 |
| commit | e1ac5dc63cc13cfbabe0ec7fbb3521bfb1b7b750 (patch) | |
| tree | 8c8e587ae18a43a680bdde1799a6d8c4fb92144a /doc | |
| parent | 9f986ce10c6755af3f347a56f9ea03e0e2c5943e (diff) | |
| download | sqlalchemy-e1ac5dc63cc13cfbabe0ec7fbb3521bfb1b7b750.tar.gz | |
Use base __ne__ implementation for range types w/ None
Fixed bug where the special "not equals" operator for the Postgresql
"range" datatypes such as DATERANGE would fail to render "IS NOT NULL" when
compared to the Python ``None`` value.
Also break up range tests into backend round trip and straight
compilation suites.
Change-Id: Ibaee132b1ea7dac8b799495a27f98f82a7d9c028
Fixes: #4229
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4229.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4229.rst b/doc/build/changelog/unreleased_12/4229.rst new file mode 100644 index 000000000..d28146e42 --- /dev/null +++ b/doc/build/changelog/unreleased_12/4229.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: bug, postgresql + :tickets: 4229 + + Fixed bug where the special "not equals" operator for the Postgresql + "range" datatypes such as DATERANGE would fail to render "IS NOT NULL" when + compared to the Python ``None`` value. + + |
