This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 2badc4c0440 Refactor throw IllegalStateException to
Preconditions.checkState (#21124)
add 57931acbd4a Rename PostgreSQLConnectionContext to PortalContext
(#21128)
No new revisions were added by this update.
Summary of changes:
.../command/OpenGaussCommandExecuteEngine.java | 8 +++---
.../command/OpenGaussCommandExecutorFactory.java | 30 +++++++++++-----------
.../query/simple/OpenGaussComQueryExecutor.java | 11 ++++----
.../OpenGaussCommandExecutorFactoryTest.java | 14 +++++-----
.../simple/OpenGaussComQueryExecutorTest.java | 6 ++---
.../postgresql/PostgreSQLFrontendEngine.java | 4 +--
...QLConnectionContext.java => PortalContext.java} | 26 +++++++++----------
.../command/PostgreSQLCommandExecuteEngine.java | 4 +--
.../command/PostgreSQLCommandExecutorFactory.java | 28 ++++++++++----------
...y.java => PostgreSQLPortalContextRegistry.java} | 30 +++++++++++-----------
.../extended/bind/PostgreSQLComBindExecutor.java | 6 ++---
.../extended/close/PostgreSQLComCloseExecutor.java | 6 ++---
.../describe/PostgreSQLComDescribeExecutor.java | 6 ++---
.../execute/PostgreSQLComExecuteExecutor.java | 10 ++++----
.../query/simple/PostgreSQLComQueryExecutor.java | 11 ++++----
.../postgresql/PostgreSQLFrontendEngineTest.java | 14 +++++-----
...tionContextTest.java => PortalContextTest.java} | 28 ++++++++------------
.../PostgreSQLCommandExecutorFactoryTest.java | 8 +++---
.../bind/PostgreSQLComBindExecutorTest.java | 6 ++---
.../close/PostgreSQLComCloseExecutorTest.java | 15 +++++------
.../PostgreSQLComDescribeExecutorTest.java | 8 +++---
.../execute/PostgreSQLComExecuteExecutorTest.java | 18 ++++++-------
.../simple/PostgreSQLComQueryExecutorTest.java | 6 ++---
23 files changed, 146 insertions(+), 157 deletions(-)
rename
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/{PostgreSQLConnectionContext.java
=> PortalContext.java} (77%)
rename
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/{PostgreSQLConnectionContextRegistry.java
=> PostgreSQLPortalContextRegistry.java} (55%)
rename
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/{PostgreSQLConnectionContextTest.java
=> PortalContextTest.java} (78%)