Liangda-w commented on a change in pull request #10514:
URL: https://github.com/apache/shardingsphere/pull/10514#discussion_r641916995
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/tcl/set-transaction.xml
##########
@@ -21,6 +21,10 @@
<sql-case id="setGlobalTransaction" value="SET GLOBAL TRANSACTION
ISOLATION LEVEL REPEATABLE READ" db-types="MySQL" />
<sql-case id="setSessionTransaction" value="SET SESSION CHARACTERISTICS AS
TRANSACTION ISOLATION LEVEL READ COMMITTED" db-types="PostgreSQL" />
<sql-case id="setTransactionReadOnly" value="SET TRANSACTION READ ONLY"
db-types="MySQL,Oracle" />
+ <sql-case id="setTransactionReadWriteWithName" value="SET TRANSACTION READ
WRITE NAME 'Toronto'" db-types="Oracle" />
+ <sql-case id="setTransactionIsolationLevelSerializable" value="SET
TRANSACTION ISOLATION LEVEL SERIALIZABLE" db-types="Oracle" />
Review comment:
`NAME string` is optional here, so I didn't add it.
--
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:
[email protected]