]> 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:35:52 +0000 (09:35 -0500)
commitfdf06c9dcf241d863d252532b801a1281f2626de
tree4cd905b10428f433a9b215cd52897a527638c0b7
parentc5831b1abd98c46ef7eab7ee82ead18756aea112
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
doc/build/changelog/unreleased_13/5751.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_compiler.py