]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
restore psycopg changelog file
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Dec 2021 21:33:40 +0000 (16:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Dec 2021 21:33:40 +0000 (16:33 -0500)
this file was removed from 1.4 as part of
3b6a68b.  as this is a 2.0 only change, restore it there.

Change-Id: Idd7081d9e09b4b725283b4a7965ee37fd169eac8
References: #6842

doc/build/changelog/unreleased_20/6842.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/6842.rst b/doc/build/changelog/unreleased_20/6842.rst
new file mode 100644 (file)
index 0000000..927c4b8
--- /dev/null
@@ -0,0 +1,16 @@
+.. change::
+    :tags: postgresql, dialect
+    :tickets: 6842
+
+    Added support for ``psycopg`` dialect supporting both sync and async
+    execution. This dialect is available under the ``postgresql+psycopg`` name
+    for both the :func:`_sa.create_engine` and
+    :func:`_asyncio.create_async_engine` engine-creation functions.
+
+    .. seealso::
+
+        :ref:`ticket_6842`
+
+        :ref:`postgresql_psycopg`
+
+