tristaZero commented on a change in pull request #9729:
URL: https://github.com/apache/shardingsphere/pull/9729#discussion_r597433675



##########
File path: 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dql-integration-test-cases.xml
##########
@@ -510,4 +510,13 @@
     <test-case sql="SELECT * FROM t_user u INNER JOIN t_user_item m ON 
u.user_id=m.user_id" 
scenario-types="encrypt,dbtbl_with_read_write_splitting_and_encrypt">
         <assertion expected-data-file="select_join_encrypt.xml"/>
     </test-case>
+
+    <test-case sql="SELECT * FROM t_single_table" 
db-types="MySQL,Oracle,SQLServer" scenario-types="db">
+        <assertion expected-data-file="select_from_single.xml"/>
+    </test-case>
+
+    <!--fixme! issue #9719-->

Review comment:
       @SteNicholas , This issue will be handled by @JiekerTime soon and this 
PR firstly prepare the unit cases.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to