kingshard
kingshard copied to clipboard
fix trim with useless space
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.