kezhenxu94 / vim-mysql-plugin

VIM MySQL Plugin
Apache License 2.0
21 stars 6 forks source link

Bug Report: the plugin would run a wrong sql statement when there is '--' in the sql itself #3

Open kezhenxu94 opened 5 years ago

kezhenxu94 commented 5 years ago

For example,

select * from dual where name like '%--%'