]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add new sections regarding schemas and reflection
authorjonathan vanasco <jonathan@2xlp.com>
Mon, 27 Sep 2021 16:41:24 +0000 (12:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Nov 2021 21:06:57 +0000 (16:06 -0500)
commit0fa0beacb465c61e792c97d530a0e8fdd7139256
treeb84a309556ccc14ed2d86e2562a33a0e99369c37
parent6206f0ff74e95c9339dc0f0e26caab55e9bcda45
Add new sections regarding schemas and reflection

* add a new section to reflection.rst `Schemas and Reflection`.
  * this contains some text from the ticket
* migrate some text from `Specifying the Schema Name` to new section
* migrate some text from PostgreSQL dialect to new section
  * target text is made more generic
  * cross-reference the postgres and new sections to one another, to avoid duplication of docs
* update some docs 'meta' to 'metadata_obj'

Fixes: #4387
Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: I2b08672753fb2575d30ada07ead77587468fdade
doc/build/changelog/migration_12.rst
doc/build/core/metadata.rst
doc/build/core/reflection.rst
doc/build/core/type_basics.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/type_api.py