yunqian-c9 opened a new issue #12759: URL: https://github.com/apache/shardingsphere/issues/12759
使用**python sqlalchemy** ,在创建连接中,必须添加**autocommit**参数,否则在进行连接中便会报错:  **报错提示(4.1.0):**  这个问题在 **sharding-porxy 4.1.1** or **sharding-porxy 5.0.0** 版本都会出现 另外,即使添加了这个参数,不用报错了,但是在 commit 之前使用 **session.flush()** 预提交数据时,便已经提交数据保存了,之后不管是 rollback还是 commit都无效:    -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
