]> 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)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 10 May 2020 09:59:19 +0000 (11:59 +0200)
commit187a3a27cf8303ba332e011a482bd3b21cd3c01c
treede4d26031c293318da84445511637fbc30c7bc50
parent9821bddfcb3c94cea13b7f19bcb27845b0dc1ed8
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
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