vim-mysql-plugin icon indicating copy to clipboard operation
vim-mysql-plugin copied to clipboard

VIM MySQL Plugin

Results 4 vim-mysql-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

Password kept in client but still getting Access denied to varoo@localhost Expected Behavior: rr should work and display table of users Actual Behavior: rr leads to the error `Enter password:...

For example, select * from dual where name like '%--%'

bug
help wanted
good first issue

There is an issue where, when putting together the mysql - command, a space character is omitted between options, potentially making the whole options string invalid. Inserting an additional space...

I found myself getting a lot of truncated output. Commenting out this line https://github.com/kezhenxu94/vim-mysql-plugin/blob/2f2120059b1b367390eac6a47b29b24551d434e4/plugin/vim-mysql-plugin.vim#L29 fixes it.