]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improve cross-linking between Core /ORM for schema arg
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Nov 2020 19:57:36 +0000 (14:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Dec 2020 00:07:36 +0000 (19:07 -0500)
commit0c8c7b6656ccec25dff7be03f82d873b6a09c3ec
tree4c78016798b5068ad91d2555b124af922337ea27
parentb4e40b35627f1c26b84234d16a36ce2850a798b9
improve cross-linking between Core /ORM for schema arg

this should be backported to 1.3 as well to as much a degree
as possible.

Includes a new recipe to set the default schema name
on connect.   this will only work on 1.4, but also requires
that we fix #5708 for it to work fully.

Change-Id: I882edd5bbe06ee5b4d0a9c148854a57b2bcd4741
doc/build/core/connections.rst
doc/build/core/metadata.rst
doc/build/orm/declarative_tables.rst
doc/build/tutorial/metadata.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/schema.py