SQL parser can not tell the difference of '~id =1' and '~(id =1)' #302
Labels
Druid Parser
Function
resolve
problem has been fixed by developer
sql-coverage
verified
issue's resolve was verified by tester
Milestone
Steps:
use dble to exec the sql " select * from suntest where ~ id = 1;" ,4 result
find the record mysql node exec the same sql one by one every result is 0 result
Reason:
Druid has some error in parse '~',wait new druid version to release
https://github.com/alibaba/druid/pull/2056
The text was updated successfully, but these errors were encountered: