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 a0519cfb74d Support sqlServer SEARCH unreserved word parsing (#29305)
     add 1ca8a9d8c1e Convert DatabaseTypes for Clickhouse and common 
testcontainers (#29297)

No new revisions were added by this update.

Summary of changes:
 infra/common/pom.xml                               |  5 ++++
 .../core/type/UnsupportedStorageTypeException.java | 33 ++++++++++++++++++++--
 .../type/{postgresql => clickhouse}/pom.xml        |  2 +-
 .../clickhouse/type/ClickHouseDatabaseType.java}   | 13 +++++----
 ...ingsphere.infra.database.core.type.DatabaseType |  2 +-
 .../type/ClickHouseDatabaseTypeTest.java}          |  7 +++--
 .../database/mariadb/type/MariaDBDatabaseType.java |  6 ++--
 .../mariadb/type/MariaDBDatabaseTypeTest.java      |  4 +--
 .../database/mysql/type/MySQLDatabaseType.java     |  4 +--
 .../database/mysql/type/MySQLDatabaseTypeTest.java |  2 +-
 .../database/oracle/type/OracleDatabaseType.java   |  6 ++--
 .../oracle/type/OracleDatabaseTypeTest.java        |  4 +--
 infra/database/type/pom.xml                        |  1 +
 .../postgresql/type/PostgreSQLDatabaseType.java    |  6 ++--
 .../type/PostgreSQLDatabaseTypeTest.java           |  4 +--
 .../sqlserver/type/SQLServerDatabaseType.java      |  4 +--
 .../sqlserver/type/SQLServerDatabaseTypeTest.java  |  3 +-
 17 files changed, 72 insertions(+), 34 deletions(-)
 copy infra/database/type/{postgresql => clickhouse}/pom.xml (96%)
 copy 
infra/database/type/{h2/src/main/java/org/apache/shardingsphere/infra/database/h2/type/H2DatabaseType.java
 => 
clickhouse/src/main/java/org/apache/shardingsphere/infra/database/clickhouse/type/ClickHouseDatabaseType.java}
 (72%)
 copy infra/database/type/{h2 => 
clickhouse}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.database.core.type.DatabaseType
 (90%)
 copy 
infra/database/type/{sqlserver/src/test/java/org/apache/shardingsphere/infra/database/sqlserver/type/SQLServerDatabaseTypeTest.java
 => 
clickhouse/src/test/java/org/apache/shardingsphere/infra/database/clickhouse/type/ClickHouseDatabaseTypeTest.java}
 (81%)

Reply via email to