You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by lu...@apache.org on 2020/07/30 10:50:10 UTC

[shardingsphere] branch master updated (184c6f7 -> 07809e8)

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

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


    from 184c6f7  Fix #3954 : Sharding-JDBC querying support PostgreSQL array type (#6524)
     new 58e973e  Visit CreateDataSourcesStatement
     new 009f0dc  add setter
     new 54ead3e  Merge branch 'new' of https://github.com/tristaZero/incubator-shardingsphere into n1
     new 68db2bc  Modify interface for DatabaseTypes
     new 29fcded  Merge branch 'master' of https://github.com/apache/shardingsphere into n1
     new 6c3c7da  check style
     new 07809e8  Merge pull request #6534 from tristaZero/n1

The 25909 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../infra/database/type/DatabaseType.java          |  2 +-
 .../infra/database/type/DatabaseTypes.java         | 10 ++--
 .../database/type/dialect/H2DatabaseType.java      |  4 +-
 .../database/type/dialect/MariaDBDatabaseType.java |  4 +-
 .../database/type/dialect/MySQLDatabaseType.java   |  6 +--
 .../database/type/dialect/OracleDatabaseType.java  |  4 +-
 .../type/dialect/PostgreSQLDatabaseType.java       |  4 +-
 .../database/type/dialect/SQL92DatabaseType.java   |  2 +-
 .../type/dialect/SQLServerDatabaseType.java        |  2 +-
 .../shardingsphere-rdl-parser-binder/pom.xml       |  5 ++
 .../binder/util/DataSourceConnectionUrlUtil.java   | 55 ++++++++++++++++++++++
 11 files changed, 77 insertions(+), 21 deletions(-)
 create mode 100644 shardingsphere-rdl-parser/shardingsphere-rdl-parser-binder/src/main/java/org/apache/shardingsphere/rdl/parser/binder/util/DataSourceConnectionUrlUtil.java