You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/03 08:04:29 UTC

[GitHub] [incubator-shardingsphere] geomonlin opened a new issue #3860: the inserted string becomes empty using sharding-proxy to connect postgresql when sharding

geomonlin opened a new issue #3860: the inserted string becomes empty using sharding-proxy to connect postgresql when sharding
URL: https://github.com/apache/incubator-shardingsphere/issues/3860
 
 
   shardingsphere proxy version:  dev
   database: postgresql
   using springboot+ mybatis +HikariDataSource PreparedStatement
   ![image](https://user-images.githubusercontent.com/26007894/71712595-e308a280-2e40-11ea-8739-e85cb6172d58.png)
   print sql:
   ` ShardingSphere-SQL - Actual SQL: ds_0 ::: INSERT INTO t_order_0 (user_id, address_id, status, order_id) VALUES (?, ?, ?, ?)
   RETURNING * ::: [4, 4294967304, , 419884715118428160]`
   
   Expected results:[4, 4294967304, test_staus, 419884715118428160]
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] geomonlin closed issue #3860: the inserted string becomes empty using sharding-proxy to connect postgresql when sharding

Posted by GitBox <gi...@apache.org>.
geomonlin closed issue #3860: the inserted string becomes empty using sharding-proxy to connect postgresql when sharding
URL: https://github.com/apache/incubator-shardingsphere/issues/3860
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] geomonlin commented on issue #3860: the inserted string becomes empty using sharding-proxy to connect postgresql when sharding

Posted by GitBox <gi...@apache.org>.
geomonlin commented on issue #3860: the inserted string becomes empty using sharding-proxy to connect postgresql when sharding
URL: https://github.com/apache/incubator-shardingsphere/issues/3860#issuecomment-570579664
 
 
   This problem is resolved by #3861 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services