x-ream / sqli

orm sql query builder, API: QB, QB.X, QrB
http://sqli.xream.io
Apache License 2.0
1.9k stars 813 forks source link

something wrong with SqlNormalizer #18

Closed chengyunyong closed 4 years ago

chengyunyong commented 4 years ago

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

sim-wangyan commented 4 years ago

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