]> 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:07:15 +0000 (16:07 -0500)
commit3b6f7ffc878c9ddc2da8da37d9484008cc2eb24f
treec5c89585b1db3e5ca50582867ff2d35738a5e201
parent24a53fd8fce2cdfb0154caa687ef893bcff120a7
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
(cherry picked from commit 0fa0beacb465c61e792c97d530a0e8fdd7139256)
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