We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Working in a query, it would be good to have an "history" button.
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
The text was updated successfully, but these errors were encountered:
Nifty, also try the history pane too.
Sorry, something went wrong.
History panel is also cool, but scope is global. 👍
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
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.
No branches or pull requests
Working in a query, it would be good to have an "history" button.
So you click on it and see different SQL versions that you "ran" in that input.
Example:
The text was updated successfully, but these errors were encountered: