You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/09/02 05:43:36 UTC

[shardingsphere] branch master updated (cfec448 -> f92e878)

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

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


    from cfec448  Parse package, type and indextype segment (#12083)
     add f92e878  Correct tags of CommandComplete in PostgreSQL (#12167)

No new revisions were added by this update.

Summary of changes:
 .../generic/PostgreSQLCommandCompletePacket.java   | 16 ++---
 .../command/query/PostgreSQLCommand.java           | 20 ++++--
 .../execute/PostgreSQLComExecuteExecutor.java      |  2 +-
 .../query/text/PostgreSQLComQueryExecutor.java     |  2 +-
 .../command/query/PostgreSQLCommandTest.java       | 72 +++++++++++++++++++---
 .../impl/PostgreSQLTCLStatementSQLVisitor.java     |  3 +-
 ...va => PostgreSQLStartTransactionStatement.java} |  4 +-
 7 files changed, 94 insertions(+), 25 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/postgresql/tcl/{PostgreSQLBeginTransactionStatement.java => PostgreSQLStartTransactionStatement.java} (91%)