IanWatsons opened a new issue #2601: pypyodbc connect error: "Transactions are 
not enabled"
URL: https://github.com/apache/incubator-doris/issues/2601
 
 
   @morningman 
   Pypyodbc is a python ODBC module, but failed when connecting to doris. The 
error is: Transactions are not enabled.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. install pypyodbc: pip install pypyodbc
   2. connect to doris: 
pypyodbc.connect("DRIVER={MySQL};SERVER=$SERVER;USER=$USER;PORT=$PORT;PASSWORD=$PASSWORD;OPTION=3;")
   
   
   **Expected behavior**
   An odbc connection instance like: <pypyodbc.Connection instance at 
0x7f419446fcb0>
   
![image](https://user-images.githubusercontent.com/10363706/71510292-5b171b80-28c9-11ea-8c0e-dcc2ed9c6220.png)
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/10363706/71510261-358a1200-28c9-11ea-81ee-263c25b43ce5.png)
   
   
   **Additional context**
   python version: 2.7.3
   pypyodbc version: 1.3.5
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to