This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from c47e511f97b Fix parse exception when oracle select start with connect
by statement contains level (#26818)
add 1c548bfe68f Refactor JdbcQueryPropertiesExtension (#26808)
No new revisions were added by this update.
Summary of changes:
.../database/metadata/url/StandardJdbcUrlParser.java | 8 +++++++-
.../ShardingSpherePipelineDataSourceConfiguration.java | 18 +++++++++---------
.../impl/StandardPipelineDataSourceConfiguration.java | 10 +++++-----
.../spi/datasource/JdbcQueryPropertiesExtension.java | 4 ++--
.../datasource/H2JdbcQueryPropertiesExtension.java | 5 +----
.../datasource/MySQLJdbcQueryPropertiesExtension.java | 13 +++++++++++--
.../MySQLJdbcQueryPropertiesExtensionTest.java | 12 +++++++++---
.../OpenGaussJdbcQueryPropertiesExtension.java | 9 ++++++---
.../OpenGaussJdbcQueryPropertiesExtensionTest.java | 5 ++++-
.../PostgreSQLJdbcQueryPropertiesExtension.java | 9 ++++++---
.../PostgreSQLJdbcQueryPropertiesExtensionTest.java | 5 ++++-
11 files changed, 64 insertions(+), 34 deletions(-)