]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
PostgreSQL dialect-level isolation_level parameter is legacy
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2020 15:01:28 +0000 (11:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2020 15:01:28 +0000 (11:01 -0400)
commit6dc8d1dc6955db8107b683f2c2f3e4b62aad574b
tree96f2c4bd77ceb2cb701680fd47b75b49a3447c9f
parent71fa1db1384b437e9d39817f5612f5dca6a28b87
PostgreSQL dialect-level isolation_level parameter is legacy

The isolation level section in the docs inadvertently
copied the PostgreSQL example using the PGDialect.isolation_level
parameter and not the execution_options.  ensure only
the execution_options version is documented.

Change-Id: I94e02ede62d3dded40e3fcbce8d04608dc063108
doc/build/core/connections.rst
lib/sqlalchemy/dialects/postgresql/base.py