Joe Reynolds

Results 129 comments of Joe Reynolds

Hey, Thanks for the report! I'll take a look

- [ ] Allow command to work with and without password - [ ] Fix postBufferFormat behaviour - [ ] Fix 'e' on SQHResult buffer - [x] Refactor getDatabaseName -...

Hey @deeuu, You're welcome to raise a PR, don't worry about the items in my comment, those are ongoing, though if you can add some tests around the area that'd...

Just a thought but I think a `:set nowrap` would fix this and also not mess with the underlying data.

An attempt ``` function! mysql#GetResultsFromQuery(command) let user = g:sqh_connections[g:sqh_connection]['user'] let password = g:sqh_connections[g:sqh_connection]['password'] let host = g:sqh_connections[g:sqh_connection]['host'] let connection_details = 'mysql --unbuffered -u' . user . ' -p' . password...

Before this we should probably do the one buffer for all results idea.

Hey @hsanson I'll look into this, thanks!

Hey @misterbuckley I've written some tests already for sorting here https://github.com/joereynolds/SQHell.vim/blob/master/test/sqhell.vader#L73 Is there any chance you'd like to add some new ones for this? i.e. Create a new test where...

Hey, there was a test failure (details below) On a related note, do you need to set `g:sqh_provider` in this test? Its default is MySQL. Nice work btw! ``` (10/10)...