taojintianxia commented on a change in pull request #11898:
URL: https://github.com/apache/shardingsphere/pull/11898#discussion_r691814399



##########
File path: 
shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/core/statement/ShardingSpherePreparedStatementTest.java
##########
@@ -49,7 +49,7 @@
     
     private static final String INSERT_ON_DUPLICATE_KEY_SQL = "INSERT INTO 
t_order_item (item_id, order_id, user_id, status) VALUES (?, ?, ?, ?), (?, ?, 
?, ?) ON DUPLICATE KEY UPDATE status = ?";
 
-    private static final String INSERT_WITH_NO_GENERATED_VALUES_GENERATE_KEYS 
= "INSERT INTO t_sys (param_key, param_value) VALUES (?, ?)";
+    private static final String INSERT_WITH_NO_GENERATED_VALUES_GENERATE_KEYS 
= "INSERT INTO t_sys1 (param_key, param_value) VALUES (?, ?)";

Review comment:
       why `generated` values but `generate` keys ?




-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to