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/09/02 02:13:57 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue #12165: PostgreSQL Proxy transaction Command Complete incorrect

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


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   master
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   Proxy
   
   ### Expected behavior
   
   Connect to PostgreSQL:
   ```
   ➜  ~ psql
   psql (13.3)
   Type "help" for help.
   
   wuweijie=# start transaction;
   START TRANSACTION
   ```
   
   ### Actual behavior
   
   Connect to Proxy:
   ```
   ➜  ~ psql -p 3307 -U postgres -h 127.0.0.1 -d bmsql
   psql (13.3)
   Type "help" for help.
   
   bmsql=> start transaction;
   BEGIN
   ```
   


-- 
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] tristaZero closed issue #12165: PostgreSQL Proxy transaction Command Complete incorrect

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


   


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