]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use collation in reflection in MSSQL
authorFederico Caselli <cfederico87@gmail.com>
Wed, 18 May 2022 20:20:01 +0000 (22:20 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2022 19:24:41 +0000 (15:24 -0400)
commit5e54d5f1ad022781f5d8c6c7da4802613050dde5
treee320c12cba8a54b035fcfa2d3cb2a5039b9f4be1
parentbaae847ab2aaadb844b1701028f3c34746a73afb
Use collation in reflection in MSSQL

Explicitly specify the collation when reflecting table columns using
MSSQL to prevent "collation conflict" errors.

Fixes: #8035
Change-Id: I4239a5ca8b041f56d7b3bba67b3357c176db31ee
doc/build/changelog/unreleased_14/8035.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_reflection.py