[Sqlalchemy-tickets] Issue #4173: begin_twophase() method throws error as 'Not ImplmentedError' for
Brought to you by:
zzzeek
From: Siddhesh N. <iss...@bi...> - 2018-01-25 12:24:09
|
New issue 4173: begin_twophase() method throws error as 'Not ImplmentedError' for mssql+pyodbc Dialect https://bitbucket.org/zzzeek/sqlalchemy/issues/4173/begin_twophase-method-throws-error-as-not Siddhesh Naik: Hi, I am using sql alchemy core library. When I am trying to open XA transaction for MS Sql Server using mssql+pyodbc Dialects its throws error as Not ImplmentedError. My connection string is ``` #!python "mssql+pyodbc://****:*****@192.168.2.138:1433/SourceDB?driver=FreeTDS&; odbc_options='TDS_Version=7.2'" ``` Kindly help Responsible: _diana_ |