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 2022/11/14 09:32:22 UTC

[GitHub] [shardingsphere] yu199195 opened a new issue, #22168: [OpenGauss] Can not set TRANSACTION ISOLATION LEVEL

yu199195 opened a new issue, #22168:
URL: https://github.com/apache/shardingsphere/issues/22168

   
   Dear Apache ShardingSphere Community:
   
   I'm using ShardingSphere-Proxy for openGuass.
   Refer this doc[1] set  TRANSACTION ISOLATION LEVEL.
   
   Error message like this :
   
   ```sql
   => begin;
   BEGIN
   => SET LOCAL TRANSACTION ISOLATION LEVEL READ COMMITTED READ ONLY;
   ERROR:  You have an error in your SQL syntax: SET LOCAL TRANSACTION ISOLATION LEVEL READ COMMITTED READ ONLY;, no viable alternative at input 'TRANSACTIONISOLATION' at line 1, position 22, near [@3,22:30='ISOLATION',<246>,1:22]
   ```
   
   I think it should be a sql parse problem. 
   
   Are there any volunteers interested in this , welcome to fixed it.
   
   
   [1]  https://docs.opengauss.org/zh/docs/3.0.0/docs/Developerguide/SET-TRANSACTION.html
   
   
   
   
   
   


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

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