You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/05/24 04:08:23 UTC

[shardingsphere] branch master updated (8749e70 -> 007b007)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 8749e70  Remove CalciteContextFactory and change API (#10433)
     add 007b007  Refactor Oracle TCL test cases (#10435)

No new revisions were added by this update.

Summary of changes:
 .../begin-transcation.xml}                         |  8 ++-
 .../main/resources/sql/supported/tcl/commit.xml    | 30 +++++++++++
 .../{dcl/drop-role.xml => tcl/rollback.xml}        | 10 ++--
 .../{dcl/drop-login.xml => tcl/savepoint.xml}      |  2 +-
 .../{dcl/drop-role.xml => tcl/set-auto-commit.xml} |  9 ++--
 .../sql/supported/tcl/set-transaction.xml          | 33 ++++++++++++
 .../src/main/resources/sql/supported/tcl/tcl.xml   | 63 ----------------------
 7 files changed, 83 insertions(+), 72 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/{dml/select-comment.xml => tcl/begin-transcation.xml} (60%)
 create mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/tcl/commit.xml
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/{dcl/drop-role.xml => tcl/rollback.xml} (57%)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/{dcl/drop-login.xml => tcl/savepoint.xml} (90%)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/{dcl/drop-role.xml => tcl/set-auto-commit.xml} (59%)
 create mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/tcl/set-transaction.xml
 delete mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/sql/supported/tcl/tcl.xml