]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure compiler uses quote_schema hook for translates renders
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Jun 2021 14:52:09 +0000 (10:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Jun 2021 14:52:09 +0000 (10:52 -0400)
commitb01a415a6d2b9ef563fc085fcba93f440c686af1
tree583399693763281af84a91afc1aa81bf760c7734
parentdee57477882f8876fd97071a790fe3d3ee2164c5
Ensure compiler uses quote_schema hook for translates renders

Fixed regression where the special dotted-schema name handling for the SQL
Server dialect would not function correctly if the dotted schema name were
used within the ``schema_translate_map`` feature.

Fixes: #6697
Change-Id: Idb610755cbf8122e71223d5dd0a17fcb61b1b98d
doc/build/changelog/unreleased_14/6697.rst [new file with mode: 0644]
lib/sqlalchemy/sql/compiler.py
test/dialect/mssql/test_compiler.py