You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/02/14 07:35:23 UTC

[shardingsphere] branch master updated (62427d6 -> fb59118)

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

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


    from 62427d6  Unified database integration test database password format. (#15389)
     add fb59118  Refactor g4 files of distSQL and featrues modules (#15398)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/BaseRule.g4            | 20 ++++++++++++++++++++
 .../src/main/antlr4/imports/RALStatement.g4        | 22 +---------------------
 .../src/main/antlr4/imports/RDLStatement.g4        | 10 +---------
 .../src/main/antlr4/imports/RQLStatement.g4        | 14 +-------------
 .../main/antlr4/imports/db-discovery/BaseRule.g4   |  4 ++++
 .../antlr4/imports/db-discovery/RDLStatement.g4    |  2 +-
 .../antlr4/imports/db-discovery/RQLStatement.g4    |  2 +-
 .../src/main/antlr4/imports/encrypt/BaseRule.g4    | 10 +++++-----
 .../main/antlr4/imports/encrypt/RDLStatement.g4    |  6 +-----
 .../main/antlr4/imports/encrypt/RQLStatement.g4    |  6 +-----
 .../imports/readwrite-splitting/BaseRule.g4}       | 14 +++++++-------
 .../imports/readwrite-splitting/RALStatement.g4    | 10 +---------
 .../imports/readwrite-splitting/RDLStatement.g4    |  6 +-----
 .../imports/readwrite-splitting/RQLStatement.g4    |  6 +-----
 .../src/main/antlr4/imports/shadow/BaseRule.g4     | 10 +++++-----
 .../src/main/antlr4/imports/shadow/RDLStatement.g4 |  6 +-----
 .../src/main/antlr4/imports/shadow/RQLStatement.g4 |  6 +-----
 .../main/antlr4/imports/scaling/RALStatement.g4    |  2 +-
 .../main/antlr4/imports/scaling/RDLStatement.g4    |  2 +-
 .../main/antlr4/imports/scaling/RQLStatement.g4    |  2 +-
 .../src/main/antlr4/imports/sharding/BaseRule.g4   | 16 +++++++++-------
 .../main/antlr4/imports/sharding/RALStatement.g4   |  6 +-----
 .../main/antlr4/imports/sharding/RDLStatement.g4   |  6 +-----
 .../main/antlr4/imports/sharding/RQLStatement.g4   | 10 +---------
 24 files changed, 68 insertions(+), 130 deletions(-)
 copy src/resources/copyright.txt => shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-distsql/shardingsphere-db-discovery-distsql-parser/src/main/antlr4/imports/db-discovery/BaseRule.g4 (93%)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-oracle/src/main/antlr4/imports/oracle/StoreProcedure.g4 => shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-distsql/shardingsphere-encrypt-distsql-parser/src/main/antlr4/imports/encrypt/BaseRule.g4 (90%)
 copy shardingsphere-features/{shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-parser/src/main/antlr4/imports/scaling/RQLStatement.g4 => shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-distsql/shardingsphere-readwrite-splitting-distsql-parser/src/main/antlr4/imports/readwrite-splitting/BaseRule.g4} (86%)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-oracle/src/main/antlr4/imports/oracle/StoreProcedure.g4 => shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-distsql/shardingsphere-shadow-distsql-parser/src/main/antlr4/imports/shadow/BaseRule.g4 (91%)
 copy shardingsphere-distsql/shardingsphere-distsql-parser/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/AdvancedDistSQLStatement.g4 => shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-parser/src/main/antlr4/imports/sharding/BaseRule.g4 (86%)