]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed compile for mssql dialect
authorGord Thompson <gord@gordthompson.com>
Tue, 8 Dec 2020 20:23:02 +0000 (15:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Dec 2020 14:37:01 +0000 (09:37 -0500)
commit9e0a8dbdb22bf545ae9eee433d88336821fcd8df
tree29cc87cd38c137bc272fefdd0109e0f4740532ac
parentabf6b65453e4afd5f7de73f98607037435381081
Fixed compile for mssql dialect

Fixed string compilation when both mssql_include and mssql_where are used

Fixes: #5751
Closes: #5752
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5752
Pull-request-sha: aa57ad5d93cd69bf7728d864569c31c7e59b54fb

Change-Id: I1201170affd9911c252df5c9b841e538bb577085
(cherry picked from commit 6f8b035c7808fea13bae50995206c9b2ded91f51)
doc/build/changelog/unreleased_13/5751.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_compiler.py