You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when use the 5.5.2, this sql can not sharding( will use then union ) select ... from ai_agent_session_0 union all select ... from ai_agent_session_1 .....
Uh oh!
There was an error while loading. Please reload this page.
When Use the 5.5.1(ShardingSpere-JDBC) it is ok
but when use the 5.5.2, this sql can not sharding( will use then union )
select ... from ai_agent_session_0 union all select ... from ai_agent_session_1 .....
Sharding Config:
i fllow the code
createShardingConditions
return list(0) in shardingspere 5.5.2, but 5.5.1 return list(1)The text was updated successfully, but these errors were encountered: