[Sqlalchemy-tickets] Issue #3152: sqlalchemy+pymssql cannot work with SQL Azure except on master da
Brought to you by:
zzzeek
|
From: Daniel H. <iss...@bi...> - 2014-08-01 00:10:48
|
New issue 3152: sqlalchemy+pymssql cannot work with SQL Azure except on master database https://bitbucket.org/zzzeek/sqlalchemy/issue/3152/sqlalchemy-pymssql-cannot-work-with-sql Daniel Halperin: SQL Azure does not support the `USE` statement -- the database must be set at connection create time. I verified that this is handled correctly by pymssql when invoked directly. However, it looks like SQLAlchemy does not support this behavior. |