This is an automated email from the ASF dual-hosted git repository.

chengzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new c487968a254 Add stringtype=unspecified in openGauss jdbc url to solve 
passthrough uuid insert exception (#30401)
c487968a254 is described below

commit c487968a254b7bb5a94c2d4f4091c3e47f169d7b
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Tue Mar 5 19:23:21 2024 +0800

    Add stringtype=unspecified in openGauss jdbc url to solve passthrough uuid 
insert exception (#30401)
---
 .../scenario/passthrough/proxy/conf/opengauss/database-passthrough.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/e2e/sql/src/test/resources/env/scenario/passthrough/proxy/conf/opengauss/database-passthrough.yaml
 
b/test/e2e/sql/src/test/resources/env/scenario/passthrough/proxy/conf/opengauss/database-passthrough.yaml
index 874d414a10c..93ff0e28385 100644
--- 
a/test/e2e/sql/src/test/resources/env/scenario/passthrough/proxy/conf/opengauss/database-passthrough.yaml
+++ 
b/test/e2e/sql/src/test/resources/env/scenario/passthrough/proxy/conf/opengauss/database-passthrough.yaml
@@ -19,7 +19,7 @@ databaseName: passthrough
 
 dataSources:
   passthrough:
-    url: jdbc:opengauss://opengauss.passthrough.host:5432/passthrough
+    url: 
jdbc:opengauss://opengauss.passthrough.host:5432/passthrough?stringtype=unspecified
     username: test_user
     password: Test@123
     connectionTimeoutMilliseconds: 30000

Reply via email to