]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add draft changelog 8766/head
authorLele Gaifax <lele@metapensiero.it>
Tue, 15 Nov 2022 20:09:46 +0000 (21:09 +0100)
committerLele Gaifax <lele@metapensiero.it>
Tue, 15 Nov 2022 20:09:46 +0000 (21:09 +0100)
doc/build/changelog/unreleased_20/8765.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/8765.rst b/doc/build/changelog/unreleased_20/8765.rst
new file mode 100644 (file)
index 0000000..a210fb3
--- /dev/null
@@ -0,0 +1,10 @@
+.. change::
+    :tags: usecase, postgresql
+    :tickets: 8765
+
+    Complementing :ticket:`8690`, new comparison methods such as
+    ``adjacent_to()``, ``difference()``, ``union()``, etc., were added to the
+    PG-specific range objects, bringing them in par with the standard
+    operators implemented by the underlying
+    :attr:`_postgresql.AbstractRange.comparator_factory`. Pull request
+    courtesy Lele Gaifax.