This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 9c3d280 Add SQLServer Create Login Statement (#16505)
add 51db9c8 Add H2 storage in stand-alone mode (#16487)
No new revisions were added by this update.
Summary of changes:
.../pom.xml | 8 +-
.../repository/standalone/h2/H2Repository.java | 143 ++++++++++++++++++++-
.../standalone/h2/H2RepositoryProperties.java | 10 +-
.../standalone/h2/H2RepositoryPropertyKey.java} | 12 +-
.../standalone/h2/H2RepositoryTest.java} | 44 ++++---
.../shardingsphere-proxy-bootstrap/pom.xml | 11 +-
6 files changed, 191 insertions(+), 37 deletions(-)
copy
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/hint/SQLHintProperties.java
=>
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-standalone-mode/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-h2/src/main/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2RepositoryProperties.java
(75%)
copy
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-standalone-mode/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/{shardingsphere-standalone-mode-repository-file/src/main/java/org/apache/shardingsphere/mode/repository/standalone/file/FileRepositoryPropertyKey.java
=>
shardingsphere-standalone-mode-repository-h2/src/main/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2RepositoryPropertyKey.java}
(78%)
copy
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-standalone-mode/shardingsphere-standalone-mode-repository/shardingsphere-standalone-mode-repository-provider/{shardingsphere-standalone-mode-repository-file/src/test/java/org/apache/shardingsphere/mode/repository/standalone/file/FileRepositoryTest.java
=>
shardingsphere-standalone-mode-repository-h2/src/test/java/org/apache/shardingsphere/mode/repository/standalone/h2/H2RepositoryTest.java}
(51%)