Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request :: Query History #46

Open
daniel-aranda opened this issue May 13, 2016 · 4 comments
Open

Feature Request :: Query History #46

daniel-aranda opened this issue May 13, 2016 · 4 comments

Comments

@daniel-aranda
Copy link

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:

  • Open a new query window.
  • Write
SELECT * FROM my table
  • Click run
  • Update SQL to be:
SELECT COUNT(*) AS total FROM my table
  • Click run
  • Click on history button, you should see both queries listed.
@jweinstein
Copy link
Member

Nifty, also try the history pane too.
image

@daniel-aranda
Copy link
Author

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

@jweinstein
Copy link
Member

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants