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/01/11 12:03:48 UTC

[shardingsphere] branch master updated: some problems need to solved (#8983)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9cbec0a  some problems need to solved (#8983)
9cbec0a is described below

commit 9cbec0a0683ffff4e123089ff9cd15beb5f93a33
Author: Jieker <ji...@163.com>
AuthorDate: Mon Jan 11 20:03:17 2021 +0800

    some problems need to solved (#8983)
    
    * fixed some errors about init.sql
    
    * some problems need to solved
---
 .../cases/dml/dataset/db/insert_without_generate_key_column.xml         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/db/insert_without_generate_key_column.xml b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/db/insert_without_generate_key_column.xml
index 3c559e0..7d64098 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/db/insert_without_generate_key_column.xml
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dml/dataset/db/insert_without_generate_key_column.xml
@@ -23,6 +23,8 @@
         <column name="status" type="varchar" />
         <column name="creation_date" type="datetime" />
     </metadata>
+    <!--TODO It will happened "Out of range value for column 'item_id'" when you execute all the statements at once -->
+    <!--TODO Attempts to change all the type of autoincrement fields to BIGINT -->
     <row data-node="db_0.t_order_item" values="100001, 1000, 10, init, 2017-08-08" />
     <row data-node="db_0.t_order_item" values="100002, 1000, 10, init, 2017-08-08" />
     <row data-node="db_0.t_order_item" values="100101, 1001, 10, init, 2017-08-08" />