xuup commented on issue #18528: URL: https://github.com/apache/shardingsphere/issues/18528#issuecomment-1196751707
> Hi @xuup Welcome. Do you have any idea about this? Hi, I hava two thoughts on this issue. 1. redirect request to real database for execution, and get response from database. 2. @@sql_mode represent mode of database as mysql, ``` ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION ``` represent some modes supported by the database. I think the mode should be provided by ShardingSphere-Proxy better than database . So, Is it necessary to add the mode configuration supported by ShardingSphere ? I wonder what you think about that。 -- 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]
