chenkuig opened a new issue #9173: URL: https://github.com/apache/shardingsphere/issues/9173
###logging Actual SQL : select id,tenant_id,state,type_code,type_name,top_flag,deadline_time,creater_id,creater_name,creater_position,create_time,publisher_id,publisher_name,publisher_position,publish_time,title,content,media_files FROM t_proclamation1 WHERE (tenant_id IN (?,?) AND tenant_id BETWEEN ? AND ? AND create_time BETWEEN ? AND ?) ::: [1001, 2001, 1000, 3000, 2020-12-29 12:12:00, 2021-2-29 12:12:00] ### actually need  debug: only parse "tenant_id between " keyword and "create_time between" keyword, "tenant_id in" do not parse  ###application.properties config  question: in and between keyword for the same column, do it need the special config for "ComplexKeysShardingAlgorithm" strategy ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
