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

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


    from b0981dc3320 Remove unreasonable validation (#28126)
     add ab0337f6fd3 Rename MySQLErrorPacketFactory and 
PostgreSQLErrorPacketFactory (#28128)

No new revisions were added by this update.

Summary of changes:
 .../frontend/mysql/command/MySQLCommandExecuteEngine.java    |  4 ++--
 ...SQLErrPacketFactory.java => MySQLErrorPacketFactory.java} |  4 ++--
 ...cketFactoryTest.java => MySQLErrorPacketFactoryTest.java} | 12 ++++++------
 .../postgresql/command/PostgreSQLCommandExecuteEngine.java   |  4 ++--
 ...rPacketFactory.java => PostgreSQLErrorPacketFactory.java} |  4 ++--
 ...actoryTest.java => PostgreSQLErrorPacketFactoryTest.java} |  8 ++++----
 6 files changed, 18 insertions(+), 18 deletions(-)
 rename 
proxy/frontend/type/mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/err/{MySQLErrPacketFactory.java
 => MySQLErrorPacketFactory.java} (96%)
 rename 
proxy/frontend/type/mysql/src/test/java/org/apache/shardingsphere/proxy/frontend/mysql/err/{MySQLErrPacketFactoryTest.java
 => MySQLErrorPacketFactoryTest.java} (83%)
 rename 
proxy/frontend/type/postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/err/{PostgreSQLErrPacketFactory.java
 => PostgreSQLErrorPacketFactory.java} (98%)
 rename 
proxy/frontend/type/postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/err/{PostgreSQLErrPacketFactoryTest.java
 => PostgreSQLErrorPacketFactoryTest.java} (88%)

Reply via email to