diff options
author | Federico Caselli <cfederico87@gmail.com> | 2020-04-16 23:01:03 +0200 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-04-22 11:05:15 -0400 |
commit | 50d283af1a254ef981ac9a2466399b4828de0117 (patch) | |
tree | 239d0bac13f09e05c5713876b2d0c65c16f2c818 /lib/sqlalchemy/sql/crud.py | |
parent | f911e191d69e649ef8280309be9b0bb4d414d53d (diff) | |
download | sqlalchemy-50d283af1a254ef981ac9a2466399b4828de0117.tar.gz |
Fix regression when reflecting tables in MSSQL
Fix a regression introduced by the reflection of computed column in
MSSQL when using SQL server versions before 2012, which does not support
the ``concat`` function and when using the legacy TDS version 4.2.
The dialect will try to detect the protocol version of first connect
and run in compatibility mode if it cannot detect it.
Fixes: #5255
Fixes: #5271
Change-Id: I7b33f7889ac0784cd8ae5385cbd50bc8c862398a
Diffstat (limited to 'lib/sqlalchemy/sql/crud.py')
0 files changed, 0 insertions, 0 deletions