apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.82k stars 3.12k forks source link

[Bug] JDBC Auto Commit 为 False 的时候,数据还是被自动提交了 #16963

Open uniorder opened 1 year ago

uniorder commented 1 year ago

Search before asking

Version

5.7.37

What's Wrong?

将JDBC的 Connection的auto commit 设置为 false 不执行 commit 动作数据依然被提交

What You Expected?

希望能够通过commit来提交数据

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

zhangstar333 commented 1 year ago

https://doris.apache.org/zh-CN/docs/dev/lakehouse/external-table/jdbc?_highlight=jdbc have write about transcation, could test it