jbyte
jbyte
Description (what is it you've done, has anything changed?) - updated **mysql#PostBufferFormat** so it automatically deletes all lines before the expected output (everything before a line containing `+-----` for all...
As implied in [this comment](https://github.com/joereynolds/SQHell.vim/pull/44#issuecomment-350592860) I think it would be a good idea to extract all SQL query generations (even if really simple) to their own functions which would enable...
Description (what is it you've done, has anything changed?) Adds the create new database functionality. - **mysql#CreateDatabase(name, show)** function that create a new database - **sqhell#CreateDatabase(name, show)** generic function -...