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>  **Screenshots**  **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