You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find this (kick-ass!) Feature Request anywhere else neither i do have enough vim programming skills so i just want to write down that idea here:
When i do a query select id, name from users and get a results like
|id | name |
| 1 | Herbert |
i want to EDIT the result buffer, save it, and let DADBOT propagate the changes via update users set name = <> where id = <>.
This would require a primary key and i think this hard to implement.
anyone up for a challenge ? :) Thanks a lot !
The text was updated successfully, but these errors were encountered:
I did not find this (kick-ass!) Feature Request anywhere else neither i do have enough vim programming skills so i just want to write down that idea here:
When i do a query
select id, name from users
and get a results likei want to EDIT the result buffer, save it, and let DADBOT propagate the changes via
update users set name = <> where id = <>
.This would require a primary key and i think this hard to implement.
anyone up for a challenge ? :) Thanks a lot !
The text was updated successfully, but these errors were encountered: