]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Account for `schema` in `table()` `fullname` attribute.
authorFederico Caselli <cfederico87@gmail.com>
Fri, 1 Oct 2021 18:18:34 +0000 (20:18 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 1 Oct 2021 18:18:34 +0000 (20:18 +0200)
commit8c67fac9033e75d144b51f1f365097fdbf17c497
treeea1cda629cbde44822298bd37c6f3f44d1492190
parentab6605aee23ed2c70c38bd5b9f50a6395ac3f2e1
Account for `schema` in `table()` `fullname` attribute.

Fixes: #7061
Change-Id: I715da89591c03d40d77734473bd42b34b9c4e1dc
doc/build/changelog/unreleased_14/7061.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
test/sql/test_selectable.py