]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix max_identifier_length for SQL server
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2019 20:12:30 +0000 (16:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2019 20:13:20 +0000 (16:13 -0400)
commit2ba70aba90c69152641b2cce838b3afa35c8586c
tree05eb03ea3b8c13141af7095efad4214dff127262
parent744ef5382b80ce98294d621234141228c205825c
Fix max_identifier_length for SQL server

Fixed bug in SQL Server dialect with new "max_identifier_length" feature
where the mssql dialect already featured this flag, and the implementation
did not accommodate for the new initialization hook correctly.

Fixes: #4857
Change-Id: I96a9c6ca9549d8f6fb167c0333f684e8d922a3bf
doc/build/changelog/unreleased_13/4857.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py
test/sql/test_labels.py