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/03/19 06:34:06 UTC

[shardingsphere] branch master updated (e27f6ca -> 19b27d2)

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 e27f6ca  add single tests of db (#9729)
     add 19b27d2  Add relational table grammar in 'create table'. (#9572)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/oracle/BaseRule.g4     |  84 ++++
 .../src/main/antlr4/imports/oracle/DDLStatement.g4 | 499 ++++++++++++++++++++-
 .../main/antlr4/imports/oracle/OracleKeyword.g4    | 424 +++++++++++++++++
 .../impl/OracleDDLStatementSQLVisitor.java         |   8 +-
 .../dml/select-pagination-group-by-order-by.xml    | 343 ++++++++++++++
 .../main/resources/case/dml/select-pagination.xml  |  28 +-
 .../dml/select-pagination-group-by-order-by.xml    |   6 +-
 .../sql/supported/dml/select-pagination.xml        |   4 +-
 8 files changed, 1365 insertions(+), 31 deletions(-)