Sqlalchemy breaks with pymssql 1.0.1

Issue #1318 resolved
Former user created an issue

A new version of pymssql has been released and this breaks sqlalachemy. The attached patch fixes a bug whilst connecting as the _mssql module has been completely changed.

Comments (5)

  1. Mike Bayer repo owner

    fortunately that query_timeout thing is gone in 0.6. its a module-global setting specific to pymssql and doesn't belong in create_engine().

  2. Former user Account Deleted

    actually it does appear to be connection specific in 1.x, it's a property of a mssql context.

  3. Log in to comment