H-Jason

Results 3 issues of H-Jason

## Bug Report ### Which version of ShardingSphere did you use? 5.1.2 ### Which project did you use? ShardingSphere-JDBC ### Expected behavior when i update table in multi mysql using...

type: question
status: need more info

Fixes #31118. Changes proposed in this pull request: ![图片](https://github.com/apache/shardingsphere/assets/30381165/b30cb5b1-34cc-4ba6-8c32-27a1e19a09e4) --- Before committing this PR, I'm sure that I have checked the following options: - [x] My code follows the [code...

type: bug
in: JDBC

https://github.com/apache/shardingsphere/blob/764c13f2f098d3f13911e31aa93a61f12d49a332/infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/statement/dml/SelectStatementContext.java#L297 ### Bug Report the method SelectStatementContext#isSameGroupByAndOrderByItems is not right; OrderByItem in SelectStatementContext#groupByContext is default ASC,But OrderByItem in SelectStatementContext#orderByContext couild be ASC or DESC;So when my sql is desc, it...

type: enhancement
status: volunteer wanted
feature: sharding