]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Revised the query used to determine the current default schema name
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Apr 2014 19:36:43 +0000 (15:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Apr 2014 19:36:43 +0000 (15:36 -0400)
commit1fb4ad75a38ce84d0e7b170927025500b73b5519
tree5534368ca97de8190150bfea9f0b7d9b925f9cfe
parent99ae0dc821a1a36a6d1a966f51843f6632fc4117
- Revised the query used to determine the current default schema name
to use the ``database_principal_id()`` function in conjunction with
the ``sys.database_principals`` view so that we can determine
the default schema independently of the type of login in progress
(e.g., SQL Server, Windows, etc). fixes #3025
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mssql/base.py