You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "zhang-zhipeng (via GitHub)" <gi...@apache.org> on 2023/02/08 01:58:31 UTC

[GitHub] [shardingsphere] zhang-zhipeng opened a new issue, #24052: The same configuration 5.3.0 functions normally, 5.3.1 functions abnormally

zhang-zhipeng opened a new issue, #24052:
URL: https://github.com/apache/shardingsphere/issues/24052

   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   5.3.1
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   ### Expected behavior
   No exception reported
   ### Actual behavior
   has exception reported
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   CREATE TABLE `t_cipher_old` (
     `id` bigint(20) NOT NULL,
     `name` varchar(255) DEFAULT NULL,
     `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
     `update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
     `mobile` varchar(100) DEFAULT NULL,
     `pwd_cipher` varchar(100) DEFAULT NULL,
     `customer_id` varchar(100) DEFAULT NULL,
     `pwd_assisted_query` varchar(100) DEFAULT NULL,
     `mobile_cipher` varchar(100) DEFAULT NULL,
     PRIMARY KEY (`id`)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #24052: The same configuration 5.3.0 functions normally, 5.3.1 functions abnormally

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #24052:
URL: https://github.com/apache/shardingsphere/issues/24052#issuecomment-1421911234

   @zhang-zhipeng 
   Thanks for your feedback, It is recommended that you use markdown to organize the code, otherwise it will be difficult to read.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhang-zhipeng commented on issue #24052: The same configuration 5.3.0 functions normally, 5.3.1 functions abnormally

Posted by "zhang-zhipeng (via GitHub)" <gi...@apache.org>.
zhang-zhipeng commented on issue #24052:
URL: https://github.com/apache/shardingsphere/issues/24052#issuecomment-1421918556

   > @zhang-zhipeng Thanks for your feedback, It is recommended that you use markdown to organize the code, otherwise it will be difficult to read.
   
   Indeed, I have updated


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #24052: The same configuration 5.3.0 functions normally, 5.3.1 functions abnormally

Posted by "TeslaCN (via GitHub)" <gi...@apache.org>.
TeslaCN commented on issue #24052:
URL: https://github.com/apache/shardingsphere/issues/24052#issuecomment-1425826509

   Please make sure all ShardingSphere JARs have same version.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org