]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix mssql quote schema warning
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Jan 2019 16:36:54 +0000 (11:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Jan 2019 16:36:54 +0000 (11:36 -0500)
commit5e48f8445c33a45ba36c9612f52fcaeca5edd27f
treebb5443231042b76204106dffc3c59446a2f93604
parent9331613fc83c3b1b428dc7b8ef44ed4e9b1973da
Fix mssql quote schema warning

The deprecations review didn't include tests of identifier_preparer.quote.force
for backends, so MSSQL slipped through.  We have to fully reimplement
the deprecation warning here so that it passes tests which are now
enabled for all backends.

Change-Id: I9d07e6766e16b5a35b7f7566f1daf94b04346270
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/testing/suite/test_ddl.py
test/sql/test_deprecations.py