wagonhq / feedback

A place to discuss Wagon features and fixes, join us on Slack at
http://band.wagonhq.com
6 stars 0 forks source link

Feature Request :: Query History #46

Open daniel-aranda opened 8 years ago

daniel-aranda commented 8 years ago

Working in a query, it would be good to have an "history" button.

image

So you click on it and see different SQL versions that you "ran" in that input.

Example:

SELECT * FROM my table
SELECT COUNT(*) AS total FROM my table
jweinstein commented 8 years ago

Nifty, also try the history pane too. image

daniel-aranda commented 8 years ago

History panel is also cool, but scope is global. 👍

jweinstein commented 8 years ago

Ah, yeah we need to make this simpler. Can change to a specific query in top right or click View Previous Runs below the cards

image

daniel-aranda commented 8 years ago

Yes, you already have the feature. Probably it just need some tweaks on UX to make it more intuitive, I was aware of them until you explained me.