Closed wszpwsren closed 2 years ago
@wszpwsren Using reserved words as column names is not syntactically legal, is it supported directly on mysql?
No response for long time, I just close it
is this problem fixed? when query use jdbc or direct connect to mysql, select ud.describe from user_debt ud where brand_id = ? can query select describe from user_debt where brand_id = ? can not but shardingsphere cannot do quey on both these quey
Bug Report
Which version of ShardingSphere did you use?
5.1.1
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
sharding-JDBC
Expected behavior
using "describe" as a column name
Actual behavior
query like
throw an exception
Reason analyze (If you can)
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).