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

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


    from 0a2a4b9  De-duplicate resources when creating sharding rules. (#12738)
     add 837b14f  Fixes (#12736)

No new revisions were added by this update.

Summary of changes:
 .../sharding/docker-compose.yml                    | 60 ----------------------
 .../hint-example => other-example}/pom.xml         |  9 ++--
 .../shardingsphere-parser-example/pom.xml          |  2 +-
 .../mysql/format/MySQLParserFormatExample.java     |  0
 .../statement/MySQLParserStatementExample.java     |  0
 .../statement/OracleParserStatementExample.java    |  0
 .../PostgreSQLParserStatementExample.java          |  0
 .../statement/SQL92ParserStatementExample.java     |  0
 .../statement/SQLServerParserStatementExample.java |  0
 examples/pom.xml                                   |  2 +-
 10 files changed, 6 insertions(+), 67 deletions(-)
 delete mode 100644 
examples/docker/shardingsphere-jdbc/sharding/docker-compose.yml
 copy examples/{shardingsphere-jdbc-example/other-feature-example/hint-example 
=> other-example}/pom.xml (89%)
 rename examples/{ => other-example}/shardingsphere-parser-example/pom.xml (97%)
 rename examples/{ => 
other-example}/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/mysql/format/MySQLParserFormatExample.java
 (100%)
 rename examples/{ => 
other-example}/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/mysql/statement/MySQLParserStatementExample.java
 (100%)
 rename examples/{ => 
other-example}/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/oracle/statement/OracleParserStatementExample.java
 (100%)
 rename examples/{ => 
other-example}/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/postgresql/statement/PostgreSQLParserStatementExample.java
 (100%)
 rename examples/{ => 
other-example}/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/sql92/statement/SQL92ParserStatementExample.java
 (100%)
 rename examples/{ => 
other-example}/shardingsphere-parser-example/src/main/java/org/apache/shardingsphere/example/parser/sqlserver/statement/SQLServerParserStatementExample.java
 (100%)

Reply via email to