This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from b7242c1 Fix #12799 to add the missing url (#12800)
add 72f5834 Add DataSourceQueryResultSetConverter (#12802)
No new revisions were added by this update.
Summary of changes:
.../text/distsql/rql/DataSourceQueryResultSet.java | 8 +-
.../rql/DataSourceQueryResultSetConverter.java | 89 ++++++++++++++++++++++
.../rql/DataSourceQueryResultSetConverterTest.java | 61 +++++++++++++++
.../config/util/DataSourceParameterConverter.java | 55 -------------
.../util/DataSourceParameterConverterTest.java | 30 --------
5 files changed, 155 insertions(+), 88 deletions(-)
create mode 100644
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/rql/DataSourceQueryResultSetConverter.java
create mode 100644
shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/text/distsql/rql/DataSourceQueryResultSetConverterTest.java