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

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


 discard e44e49b  Adapt openGauss batch bind (#10953)
    omit d72c7e2  Implements openGauss batch bind protocol (#10850)
    omit 6c97d4a  Fix implements of OpenGaussParserFacade (#10849)
    omit 4f68ee4  Fix : fix checkstyle violation (#10838)
    omit b590809  Fix : remove @Override annotation since getDatabaseType() has 
been removed from Interface (#10836)
    omit 5b5a399  add jdbc:opengauss supoort (#10601)
    omit 4771563  Update OpenGaussDataSourceMetaData
    omit 560be4c  Add OpenGauss Database type (#10292)
     add b72ab32  Improve the initialization of OptimizeContextFactory for 
issue#10678 (#10840)
     add 25beea0  Close resources in BackendConnection when transaction end 
(#10967)
     new df1b1e5  Add OpenGauss Database type (#10292)
     new 0bfda88  Update OpenGaussDataSourceMetaData
     new 020eb88  add jdbc:opengauss supoort (#10601)
     new b7875f2  Fix : remove @Override annotation since getDatabaseType() has 
been removed from Interface (#10836)
     new c0b470a  Fix : fix checkstyle violation (#10838)
     new 951cf28  Fix implements of OpenGaussParserFacade (#10849)
     new f50959a  Implements openGauss batch bind protocol (#10850)
     new af2f1d9  Adapt openGauss batch bind (#10953)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e44e49b)
            \
             N -- N -- N   refs/heads/opengauss_adapt (af2f1d9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 8 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:
 .../metadata/schema/ShardingSphereSchema.java      |  2 +
 .../metadata/schema/builder/SchemaBuilder.java     | 75 ++++++++++++++--------
 .../schema/builder/TableMetaDataBuilder.java       | 11 +++-
 .../rule/builder/ShardingSphereRulesBuilder.java   | 11 ++--
 .../metadata/schema/builder/SchemaBuilderTest.java | 36 ++++++-----
 .../context/metadata/MetaDataContextsBuilder.java  | 38 ++++++-----
 .../metadata/impl/StandardMetaDataContexts.java    | 15 +++++
 .../impl/StandardMetaDataContextsTest.java         |  8 +++
 .../core/metadata/FederateSchemaMetadata.java      | 56 ----------------
 .../core/metadata/FederateSchemaMetadatas.java     |  8 +--
 .../core/metadata/FederateTableMetadata.java       | 39 +----------
 .../transaction/BackendTransactionManager.java     |  1 +
 .../transaction/BackendTransactionManagerTest.java |  6 +-
 .../proxy/backend/context/ProxyContextTest.java    |  5 ++
 .../mysql/executor/ShowDatabasesExecutorTest.java  |  3 -
 .../mysql/executor/UseDatabaseExecutorTest.java    |  2 -
 .../hint/ShardingCTLHintBackendHandlerTest.java    |  1 -
 .../sctl/set/ShardingCTLSetBackendHandlerTest.java |  3 +
 .../frontend/command/CommandExecutorTask.java      |  1 +
 .../frontend/command/CommandExecutorTaskTest.java  | 10 +++
 .../frontend/mysql/MySQLFrontendEngineTest.java    |  1 -
 .../MySQLAuthenticationEngineTest.java             |  5 ++
 .../MySQLAuthenticationHandlerTest.java            |  4 ++
 .../PostgreSQLAuthenticationHandlerTest.java       |  4 ++
 24 files changed, 170 insertions(+), 175 deletions(-)

Reply via email to