ZhangCheng
ZhangCheng
Can you try to change order to `order`
I think this is not a problem with ShardingSphere, can you execute `select * from test order by order;` on mysql successfully?
Ok, thanks, it's a bug.
@1a23-pangqiu will not support in 5.4.0.
The information schema is still in the experimental stage. @tuichenchuxin hi, please have a lool.
Not supported yet, needs further optimization.
@lzbjut We consider the following optimization points: 1. Optimize the logic of `org.apache.shardingsphere.sql.parser.statement.core.extractor.ExpressionExtractor#extractAndPredicates` method, do not use recursion and and to optimize performance; 2. Determine the number of `and` `or`...
@StarHuzy Hi, 5.3.2 has e2e coverage for transaction rollback, so there will be no rollback problem. I also tested manually and the problem did not occur. Specifically, you may need...