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 2020/11/12 03:33:11 UTC

[shardingsphere] branch master updated (ab325a0 -> 83d0194)

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 ab325a0  Remove EncryptColumnMetaData (#8140)
     add 83d0194  Add sql formart visitor (#8116)

No new revisions were added by this update.

Summary of changes:
 .../visitor/format/impl/MySQLFormatSQLVisitor.java | 436 +++++++++++++++++++++
 .../sql/parser/mysql/MySQLFormartTest.java         | 108 +++++
 2 files changed, 544 insertions(+)
 create mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/test/java/org/apache/shardingsphere/sql/parser/mysql/MySQLFormartTest.java