No description provided.
set MSSQL legacy_schema_aliasing flag to False
Issue #3434
resolved
Comments (2)
-
reporter -
reporter - changed status to resolved
- The
legacy_schema_aliasingflag, introduced in version 1.0.5 as part of
3424to allow disabling of the MSSQL dialect's attempts to create aliases for schema-qualified tables, now defaults to False; the old behavior is now disabled unless explicitly turned on. fixes#3434
→ <<cset 3dfcb10befc7>>
- Log in to comment
see
#3424for background.