ZhangCheng
ZhangCheng
I will do this. # formatted sql ## count Logic SQL: ```sql select count(accesslog0_.id) as col_0_0_ from ACCESS_LOG accesslog0_ where accesslog0_.create_time >= ? and accesslog0_.create_time < ? ``` Actual SQL:...
I can't reproduce the two errors, the two sql can be executed correctly in my test case. ## count [INFO ] 2022-07-01 13:40:54.879 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Logic SQL: select count(order_id)...
Can you give me a simple runnable demo to investigate this issue,thank you.
I want to participate in the task. @strongduanmu
I have the same problem, is there any way to solve it?
I can only circumvent this problem by starting the docker process a few times less per test process.
@duanqiaoyanyu Hi, sharding-jdbc 4.1.1 is no longer maintained, please use the latest version.
> @FlyingZC Can you assign me this task? Thank you Welcome! I will assign it to you.
> Hi @FlyingZC is there a way to generate or get expected Parse XMLs for new queries ? Hi, you can refer to the structure of the parsed SQL statement...