kingshard icon indicating copy to clipboard operation
kingshard copied to clipboard

fix trim with useless space

Open wziww opened this issue 3 years ago • 0 comments

select 1;    # sql ends with space

This situation we should handle with the uselesss right-space first, or the sql will be parsed will with the ;, which will cause an error but should not be.

wziww avatar Apr 19 '21 06:04 wziww