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 2021/05/26 04:08:20 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue #10475: PostgreSQL Proxy return incorrect insert row count in transaction

TeslaCN opened a new issue #10475:
URL: https://github.com/apache/shardingsphere/issues/10475


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   master
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   Proxy
   
   ### Expected behavior
   
   ### Actual behavior
   ```
   sharding_db=> insert into t_order (user_id, order_name, amount)
   sharding_db-> values (1, 'non_transaction', 1000);
   INSERT 0 1
   sharding_db=> begin;
   BEGIN
   sharding_db=*> insert into t_order (user_id, order_name, amount)
   sharding_db-*> values (1, 'in_transaction', 1000);
   could not interpret result from server: INSERT 0 -1
   INSERT 0 -1
   sharding_db=*> commit;
   COMMIT
   ```


-- 
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



[GitHub] [shardingsphere] TeslaCN closed issue #10475: PostgreSQL Proxy return incorrect insert row count in transaction

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #10475:
URL: https://github.com/apache/shardingsphere/issues/10475


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] TeslaCN commented on issue #10475: PostgreSQL Proxy return incorrect insert row count in transaction

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #10475:
URL: https://github.com/apache/shardingsphere/issues/10475#issuecomment-984582889


   Fixed.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] TeslaCN commented on issue #10475: PostgreSQL Proxy return incorrect insert row count in transaction

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #10475:
URL: https://github.com/apache/shardingsphere/issues/10475#issuecomment-850072732


   I found the backend used portal.


-- 
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



[GitHub] [shardingsphere] TeslaCN edited a comment on issue #10475: PostgreSQL Proxy return incorrect insert row count in transaction

Posted by GitBox <gi...@apache.org>.
TeslaCN edited a comment on issue #10475:
URL: https://github.com/apache/shardingsphere/issues/10475#issuecomment-984582889


   Fixed by #10748, #13101.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org