Skip to content

Feature Request :: Query History #46

@daniel-aranda

Description

@daniel-aranda

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions