China-Uncle commented on issue #13343: URL: https://github.com/apache/shardingsphere/issues/13343#issuecomment-1521234315
> Hi @marker-wu @China-Uncle, I have test this issue with master branch, I has been fixed. Can you try with the latest version 5.3.2? I think it has been fixed already. Hi, the previous problem has been fixed, now there is a new follow-up problem: It is still a cross-database joint query When the `id` int(11) unsigned field is used as a query condition, the parameter type needs to be Long. Otherwise an exception will be thrown: java.lang.Integer cannot be cast to java.lang.Long The field of `create_time` datetime is used as the query condition, and the parameter type needs to be Timestamp. Otherwise an exception will be thrown: java.lang.String cannot be cast to java.lang.Long; -- 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]
