joereynolds / SQHell.vim

An SQL wrapper for vim
MIT License
131 stars 9 forks source link

Refactor mysql query creations #53

Closed jbyte closed 4 years ago

jbyte commented 6 years ago

All the functions creating new queries are moved to their own file for easier maintenance. The 'reload' functionality was reworked so it uses the same buffer.

Added new file: autoload/mysqlQuery.vim. The file of all the functions that return a mysql query. Current functions:

Checklist

There was no reason to edit the documentation or readme file.

Edit: Forgot to pull the last upstream changes. Will resolve conflicts tomorrow.

joereynolds commented 6 years ago

I'll try this out today or tomorrow, thanks!