]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add 'schema' parameter to table
authorDylan Modesitt <dmodesitt@sescollc.com>
Wed, 6 May 2020 18:17:23 +0000 (14:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 May 2020 15:22:03 +0000 (11:22 -0400)
commit846a40d2bc2ddfe9f5f30674bd1566dc9b219cf6
tree6a659eb885a66ba8e20d654d43db6f80ea22e502
parentd0ea78609ddbded7c3ead79b1d05539721f8a40f
Add 'schema' parameter to table

Added a "schema" parameter to the :func:`_expression.table` construct,
allowing ad-hoc table expressions to also include a schema name.
Pull request courtesy Dylan Modesitt.

Fixes: #5309
Closes: #5310
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5310
Pull-request-sha: ce85681050500186678131f948b6ea277a65dc17
Change-Id: I32015d593e1ee1121c7426fbffdcc565d025fad1
(cherry picked from commit 187a3a27cf8303ba332e011a482bd3b21cd3c01c)
doc/build/changelog/unreleased_13/5309.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
test/orm/test_transaction.py
test/sql/test_compiler.py