[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-04 15:33:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/562e37ee7eaa/ Changeset: 562e37ee7eaa Branch: None User: zzzeek Date: 2016-10-04 15:32:20+00:00 Summary: Use schema_name() for SQL Server default schema Changed the query used to get "default schema name", from one that queries the database principals table to using the "schema_name()" function, as issues have been reported that the former system was unavailable on the Azure Data Warehouse edition. It is hoped that this will finally work across all SQL Server versions and authentication styles. Change-Id: Ic11bd4162c0d6a60432ae44876e86512703c1f81 Fixes: #3810 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ed7d78a73cde/ Changeset: ed7d78a73cde Branch: rel_1_0 User: zzzeek Date: 2016-10-04 15:33:02+00:00 Summary: Use schema_name() for SQL Server default schema Changed the query used to get "default schema name", from one that queries the database principals table to using the "schema_name()" function, as issues have been reported that the former system was unavailable on the Azure Data Warehouse edition. It is hoped that this will finally work across all SQL Server versions and authentication styles. Change-Id: Ic11bd4162c0d6a60432ae44876e86512703c1f81 Fixes: #3810 (cherry picked from commit 562e37ee7eaab8b19a9f081d4b170b95fce4f619) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |