]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Precede sp_columns with EXEC
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Feb 2021 14:34:25 +0000 (09:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Feb 2021 14:34:25 +0000 (09:34 -0500)
commit146efafcb436660e7891d3b34d05cd794c45268d
tree6944ed91ad01a7329825c1998ffe122fe55a024b
parent0ee2572f32a5d44c2edee9653a310fa5cab318e6
Precede sp_columns with EXEC

Fixed issue regarding SQL Server reflection for older SQL Server 2005
version, a call to sp_columns would not proceed correctly without being
prefixed with the EXEC keyword. This method is not used in current 1.4
series.

Fixes: #5921
Change-Id: I2ffcda97d570879719ec5c1ea9fb7507dc87756f
doc/build/changelog/unreleased_13/5921.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py