ZhangCheng

Results 48 comments of ZhangCheng

> @FlyingZC The document you provide are actually for JDBC, is that same for proxy? Yes.

I want to investigate the issue. @strongduanmu

> Hi, i am sort out what needs to be done. @FlyingZC Can you do it with me? > > * [ ] Add search path configuation for server.yaml props...

👍🏻👍🏻👍🏻

Please check the code @null-sys .In the original logic, the input parameter `[ex1, ex2]`,then the method will return `ex1 and ex1.next = ex2`;After your change,the input parameter `[ex1, ex2]`,then the...

I want to investigate this issue.

ShardingSphere transactions can support multiple logical databases now, but now there is a problem with handling data sources with the same name under different logical databases.

server.yaml ```yaml mode: type: Cluster repository: type: ZooKeeper props: namespace: governance_ds server-lists: localhost:2181 retryIntervalMilliseconds: 500 timeToLiveSeconds: 60 maxRetries: 3 operationTimeoutMilliseconds: 500 overwrite: true rules: - !AUTHORITY users: - root@%:root -...

Can you give me a simple runnable demo to investigate this issue,thank you. @liushangqing9803

Please check the CI problem,thank you.