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
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
All
Expected behavior
Execute sql successfully
Actual behavior
Reason analyze (If you can)
When Column Binder is executed, the corresponding columns of the table in tableBinderContexts are retrieved. When multiple tables in one SQL use the same alias, overlap may occur. Therefore, it needs to be transformed into Multimap. When the alias is repeated, it is searched from the value collection.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered:
Bug Report
Which version of ShardingSphere did you use?
022baef
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
All
Expected behavior
Execute sql successfully
Actual behavior
Reason analyze (If you can)
When Column Binder is executed, the corresponding columns of the table in tableBinderContexts are retrieved. When multiple tables in one SQL use the same alias, overlap may occur. Therefore, it needs to be transformed into Multimap. When the alias is repeated, it is searched from the value collection.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered: