joereynolds / SQHell.vim

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

e on SQHResult should edit current row #11

Closed joereynolds closed 6 years ago

jbyte commented 6 years ago

Hello!

I did some thinking about this and the insert current row issue. And I would like to know your opinion on how to do it. My idea was to open a new buffer with the row values as an csv(it's probably the simplest way?). Any better ideas?

joereynolds commented 6 years ago

Hey @jbyte

That's pretty much a simpler version of what I was thinking, go for it!

jbyte commented 6 years ago

Implemented in #36.