From: Federico Caselli Date: Tue, 30 May 2023 20:23:14 +0000 (+0200) Subject: remove outdated docs section from psycopg dialect X-Git-Tag: rel_2_0_16~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a349447b7db45a3d5f08bc79eca225cec42b75d1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove outdated docs section from psycopg dialect Fixes: #9858 Change-Id: I2348e5508714fb7cf9a509eaa57b9e011c72965b --- diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg.py b/lib/sqlalchemy/dialects/postgresql/psycopg.py index 3f11556cf5..d6bd426191 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg.py @@ -44,12 +44,6 @@ The asyncio version of the dialect may also be specified explicitly using the from sqlalchemy.ext.asyncio import create_async_engine asyncio_engine = create_async_engine("postgresql+psycopg_async://scott:tiger@localhost/test") -The ``psycopg`` dialect has the same API features as that of ``psycopg2``, -with the exception of the "fast executemany" helpers. The "fast executemany" -helpers are expected to be generalized and ported to ``psycopg`` before the final -release of SQLAlchemy 2.0, however. - - .. seealso:: :ref:`postgresql_psycopg2` - The SQLAlchemy ``psycopg``