]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed compile for mssql dialect
authorAdiorz <adiorz90@gmail.com>
Mon, 7 Dec 2020 15:03:53 +0000 (15:03 +0000)
committerAdiorz <adiorz90@gmail.com>
Mon, 7 Dec 2020 17:08:30 +0000 (17:08 +0000)
commit4bc1c1b415f9a65d28b7eec8e190ec38a6901873
tree6a8c42f94ed99455bc66463e4029eda38356a52e
parent0d7c12735b0a871205c23904320a6f42384df1e8
Fixed compile for mssql dialect

Fixed string compilation when both mssql_include and mssql_where are used

Fixes: #5751
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_compiler.py