x-ream/sqli

something wrong with SqlNormalizer

chengyunyong opened this issue · 1 comments

test: userId>=((((((id*10))))+@xxx-1))
expected: user_id >= (((((( id * 10 )))) + @xxx - 1 ))
not got the result

It is really can not got such perfect SQL, why should got it? If I try to fix it, how to do