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/06/23 12:27:43 UTC

[shardingsphere] branch master updated (70faca8 -> 9094b20)

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 70faca8  add offset and rowcount sql converter (#10949)
     add 9094b20  PostgreSQL Proxy support Portal (#10914)

No new revisions were added by this update.

Summary of changes:
 .../query/binary/bind/PostgreSQLComBindPacket.java |   4 +-
 .../binary/execute/PostgreSQLComExecutePacket.java |  10 +-
 .../execute/PostgreSQLPortalSuspendedPacket.java}  |   8 +-
 .../command/PostgreSQLCommandExecutorFactory.java  |   7 +-
 .../command/PostgreSQLConnectionContext.java       |  90 +++++++++++++-
 .../command/query/binary/PostgreSQLPortal.java     | 132 +++++++++++++++++++++
 .../binary/bind/PostgreSQLComBindExecutor.java     | 105 ++--------------
 .../binary/close/PostgreSQLComCloseExecutor.java   |  22 ++--
 .../execute/PostgreSQLComExecuteExecutor.java      |  75 ++++++------
 .../query/text/PostgreSQLComQueryExecutor.java     |  18 ++-
 .../PostgreSQLCommandExecuteEngineTest.java        |  10 --
 .../PostgreSQLCommandExecutorFactoryTest.java      |   3 +-
 .../binary/bind/PostgreSQLComBindExecutorTest.java | 102 +++-------------
 .../close/PostgreSQLComCloseExecutorTest.java      |  15 ++-
 .../execute/PostgreSQLComExecuteExecutorTest.java  |  52 ++++----
 .../query/text/PostgreSQLComQueryExecutorTest.java |   6 +-
 16 files changed, 374 insertions(+), 285 deletions(-)
 copy shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/{PostgreSQLEmptyQueryResponsePacket.java => binary/execute/PostgreSQLPortalSuspendedPacket.java} (86%)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/query/binary/PostgreSQLPortal.java